diff --git a/.github/workflows/tag_version.yml b/.github/workflows/tag_version.yml index 730d61e..f40f800 100644 --- a/.github/workflows/tag_version.yml +++ b/.github/workflows/tag_version.yml @@ -45,7 +45,7 @@ jobs: --id "${{ secrets.CHAT_ID }}" \ --api_key "${{ secrets.CHAT_KEY }}" \ --title "🔴 Creation Tag Failed" \ - --body "${{ github.repository }}: ${{ github.event.head_commit.message }}" \ + --body "${{ github.repository }}: Tag v${{ env.VERSION }}" \ --url "https://github.com/landamessenger/object/actions/workflows/tag_version.yml" \ --image "https://avatars.githubusercontent.com/u/63705403?s=200&v=4" \ --background_color "#55000000" \ @@ -55,7 +55,7 @@ jobs: --id "${{ secrets.CHAT_ID }}" \ --api_key "${{ secrets.CHAT_KEY }}" \ --title "🟠 Creation Tag Canceled" \ - --body "${{ github.repository }}: ${{ github.event.head_commit.message }}" \ + --body "${{ github.repository }}: Tag v${{ env.VERSION }}" \ --url "https://github.com/landamessenger/object/actions/workflows/tag_version.yml" \ --image "https://avatars.githubusercontent.com/u/63705403?s=200&v=4" \ --background_color "#55000000" \ @@ -65,7 +65,7 @@ jobs: --id "${{ secrets.CHAT_ID }}" \ --api_key "${{ secrets.CHAT_KEY }}" \ --title "🟢 Creation Tag Passed" \ - --body "${{ github.repository }}: ${{ github.event.head_commit.message }}" \ + --body "${{ github.repository }}: Tag v${{ env.VERSION }}" \ --url "https://github.com/landamessenger/object/actions/workflows/tag_version.yml" \ --image "https://avatars.githubusercontent.com/u/63705403?s=200&v=4" \ --background_color "#55000000" \ diff --git a/CHANGELOG.md b/CHANGELOG.md index a85d514..b0522cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.2.4 +## 1.2.5 * Generating constructors. diff --git a/pubspec.yaml b/pubspec.yaml index 70fa493..81c7cdb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: object description: "Simplify the process of converting Dart objects to JSON and vice versa, making it easier to work with JSON data in Dart applications." -version: 1.2.4 +version: 1.2.5 homepage: https://landamessenger.com repository: https://github.com/landamessenger/object