Skip to content

Commit 11d4c4e

Browse files
fix(ci): update tag-pattern for changelog step in releases (#2271)
Co-authored-by: Kevin Yang <[email protected]>
1 parent 25fe1ef commit 11d4c4e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ jobs:
259259
steps:
260260
- name: Checkout
261261
uses: actions/checkout@v4
262+
with:
263+
fetch-depth: 0
262264

263265
- name: Download all artifacts
264266
uses: actions/download-artifact@v4
@@ -276,6 +278,8 @@ jobs:
276278
- name: Generate changelog
277279
id: changes
278280
uses: simbo/changes-between-tags-action@v1
281+
with:
282+
tag-pattern: '^v?[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9.\-]+)?$'
279283

280284
- name: Publish Release
281285
uses: softprops/action-gh-release@v2

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4040

4141
## Unreleased
4242

43+
- [#2271](https://github.com/NibiruChain/nibiru/pull/2271) - fix(ci): update tag-pattern for changelog step in releases
4344
- [#2270](https://github.com/NibiruChain/nibiru/pull/2270) - refactor(app): remove private keeper struct and transient/mem keys from app
4445

4546
## v2.3.0

0 commit comments

Comments
 (0)