diff options
author | 2023-05-18 00:17:36 +0530 | |
---|---|---|
committer | 2023-05-18 00:17:36 +0530 | |
commit | 41225b19f36e34bcbf9d08095b4e9b3b497be060 (patch) | |
tree | 88e4feaf0ba64f7f8c687451a2567cb0dd0f7950 | |
parent | c235b8aef0a0959ed1791629b93123104f29fab4 (diff) | |
download | whatsie-41225b19f36e34bcbf9d08095b4e9b3b497be060.tar.gz whatsie-41225b19f36e34bcbf9d08095b4e9b3b497be060.zip |
chore: update workflow and changelog
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/release.yml | 4 | ||||
-rw-r--r-- | CHANGELOG.md | 15 |
2 files changed, 17 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdbdd7b..e1c3281 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: contents: write steps: - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Go Semantic Release uses: go-semantic-release/action@v1.17.0 id: semrel @@ -21,7 +21,7 @@ jobs: force-bump-patch-version: true prepend: true - name: Git Commit Changelog - uses: stefanzweifel/git-auto-commit-action@v4.14.1 + uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "docs(changelog): update cl & ver after release" file_pattern: CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d43aff..4a929c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 4.14.0 (2023-05-17) + +#### 🎁 Feature + +* minor fixes + code cleanup (5f10a0f9) + +#### 📄 Documentation + +* **changelog:** update cl & ver after release (b4b5dc33) + +#### 🚧 Chores + +* bump version to 4.14 (c235b8ae) + + ## 4.13.0 (2023-03-22) #### 🎁 Feature |