-
Notifications
You must be signed in to change notification settings - Fork 38
Publishing procedure
Michael Thomsen edited this page Oct 6, 2021
·
8 revisions
This GitHub Action is published to the GitHub Actions Marketplace here: https://github.com/marketplace/actions/setup-dart-sdk
Follow these steps to publish a new version:
-
Land the changes via PRs
-
Make sure the
CHANGELOG.md
is updated -
Get confirmation that the changes work by having someone use the new version using a commit tag, e.g.:
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
-
Use the GitHub flow for creating a new release with a release tag (e.g.
v1.3
) -
Move the
v1
tag to point to the latestv1.x
release as per the GitHub guidance