diff options
-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 |