File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments