chore: update the messages

pull/1878/head
Ellet 11 months ago
parent 503ad46dcc
commit 4c7fb74e28
  1. 4
      .github/workflows/publish.yml

@ -44,7 +44,7 @@ jobs:
# - name: Update the authorization requests to "https://pub.dev" to use the environment variable "PUB_TOKEN".
# run: dart pub token add https://pub.dev --env-var PUB_TOKEN
# TODO: We might automate updating the CHANGELOG.md for all the packages too (update development_notes.md too if you did)
# TODO: We might automate updating the CHANGELOG.md for all the packages too (update Development notes too if you did)
# Before publishing the new packages, update the version for all the packages first
# Extract version from the tag (handles optional 'v' prefix)
@ -57,7 +57,7 @@ jobs:
- name: Update the version & CHANGELOG for all the packages
run: ./scripts/regenerate_versions.dart ${{ steps.extract_version.outputs.VERSION }}
- name: Commit the changes of updating version & CHANGELOG for all the packages
- name: Commit the changes of the updated version & CHANGELOG for all the packages
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore(version): update to version ${{ steps.extract_version.outputs.VERSION }}"

Loading…
Cancel
Save