Skip to content

Commit

Permalink
automation: .yaml -> .yml standardization (#1568)
Browse files Browse the repository at this point in the history
We have more files named .yml than .yaml in the ecosystem so let's
standardize on .yml.
  • Loading branch information
cgay authored Mar 1, 2024
2 parents a27c01f + e81efd1 commit e3a1ef0
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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!

Expand Down
6 changes: 3 additions & 3 deletions documentation/hacker-guide/source/topics/making-a-release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
<https://github.com/dylan-lang/opendylan/blob/master/.github/workflows/libraries-test-suite.yaml#L28>`_
In your own branch, modify the `libraries-test-suite.yml workflow
<https://github.com/dylan-lang/opendylan/blob/master/.github/workflows/libraries-test-suite.yml#L28>`_
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
Expand Down

0 comments on commit e3a1ef0

Please sign in to comment.