From e81efd13aff5b70bc28fb0a0fe550cbe324541e1 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Fri, 1 Mar 2024 10:35:13 -0500 Subject: [PATCH] automation: .yaml -> .yml standardization We have more files named .yml than .yaml in the ecosystem so let's standardize on .yml. --- .github/workflows/{bootstrap.yaml => bootstrap.yml} | 0 ...oy-documentation.yaml => build-deploy-documentation.yml} | 0 .../{build-documentation.yaml => build-documentation.yml} | 0 .github/workflows/{build-release.yaml => build-release.yml} | 0 .../{libraries-test-suite.yaml => libraries-test-suite.yml} | 0 README.md | 2 +- .../hacker-guide/source/topics/making-a-release.rst | 6 +++--- 7 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{bootstrap.yaml => bootstrap.yml} (100%) rename .github/workflows/{build-deploy-documentation.yaml => build-deploy-documentation.yml} (100%) rename .github/workflows/{build-documentation.yaml => build-documentation.yml} (100%) rename .github/workflows/{build-release.yaml => build-release.yml} (100%) rename .github/workflows/{libraries-test-suite.yaml => libraries-test-suite.yml} (100%) diff --git a/.github/workflows/bootstrap.yaml b/.github/workflows/bootstrap.yml similarity index 100% rename from .github/workflows/bootstrap.yaml rename to .github/workflows/bootstrap.yml diff --git a/.github/workflows/build-deploy-documentation.yaml b/.github/workflows/build-deploy-documentation.yml similarity index 100% rename from .github/workflows/build-deploy-documentation.yaml rename to .github/workflows/build-deploy-documentation.yml diff --git a/.github/workflows/build-documentation.yaml b/.github/workflows/build-documentation.yml similarity index 100% rename from .github/workflows/build-documentation.yaml rename to .github/workflows/build-documentation.yml diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yml similarity index 100% rename from .github/workflows/build-release.yaml rename to .github/workflows/build-release.yml diff --git a/.github/workflows/libraries-test-suite.yaml b/.github/workflows/libraries-test-suite.yml similarity index 100% rename from .github/workflows/libraries-test-suite.yaml rename to .github/workflows/libraries-test-suite.yml diff --git a/README.md b/README.md index 96f24bcaf..fd1140f71 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Gitter](https://badges.gitter.im/dylan-lang/general.svg)](https://gitter.im/dylan-lang/general?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![libraries-test-suite](https://github.com/dylan-lang/opendylan/actions/workflows/libraries-test-suite.yaml/badge.svg)](https://github.com/dylan-lang/opendylan/actions/workflows/libraries-test-suite.yaml) +[![Gitter](https://badges.gitter.im/dylan-lang/general.svg)](https://gitter.im/dylan-lang/general?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![libraries-test-suite](https://github.com/dylan-lang/opendylan/actions/workflows/libraries-test-suite.yml/badge.svg)](https://github.com/dylan-lang/opendylan/actions/workflows/libraries-test-suite.yml) # Welcome to Open Dylan! diff --git a/documentation/hacker-guide/source/topics/making-a-release.rst b/documentation/hacker-guide/source/topics/making-a-release.rst index 959554c1f..e10d4c80f 100644 --- a/documentation/hacker-guide/source/topics/making-a-release.rst +++ b/documentation/hacker-guide/source/topics/making-a-release.rst @@ -37,7 +37,7 @@ now here is a manual check-list. each platform. **TODO:** This should be done automatically by GitHub CI. See - https://github.com/dylan-lang/opendylan/blob/master/.github/workflows/bootstrap.yaml + https://github.com/dylan-lang/opendylan/blob/master/.github/workflows/bootstrap.yml which currently only runs on Ubuntu. #. Update the version number in the sources @@ -97,8 +97,8 @@ now here is a manual check-list. #. Test the tarballs - In your own branch, modify the `libraries-test-suite.yaml workflow - `_ + In your own branch, modify the `libraries-test-suite.yml workflow + `_ to explicitly specify the new release version and tag so that it will be installed and tested on a clean machine on multiple platforms. You'll have to go to your fork in the GitHub UI, click on Actions, and find the workflow