From 4c7fb74e28ba8192113554181d7fecd712c89253 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sun, 19 May 2024 18:23:48 +0300 Subject: [PATCH] chore: update the messages --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 41c6d99d..a2829561 100644 --- a/.github/workflows/publish.yml +++ b/.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 }}"