File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 2121# name: testpypi
2222# url: https://test.pypi.org/p/cite-runner
2323 steps :
24+ - name : " Grab code"
25+ uses : actions/checkout@v4.2.2
26+ with :
27+ sparse-checkout : ' CHANGELOG.md'
28+ sparse-checkout-cone-mode : ' false'
2429 - name : " Download artifact"
2530 uses : actions/download-artifact@v4
2631 with :
Original file line number Diff line number Diff line change @@ -8,12 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88## [ Unreleased]
99
1010
11- ## [ v0.1.0]
11+ ## [ v0.1.1] - 2025-04-21
12+
13+ ### Fixed
14+
15+ - Fix automated GitHub releases
16+
17+
18+ ## [ v0.1.0] - 2025-04-21
1219
1320### Added
1421
1522- First release
1623
1724
18- [ unreleased ] : https://github.com/OSGeo/cite-runner/compare/v0.1.0...HEAD
19- [ v0.1.0 ] : https://github.com/OSGeo/releases/tag/v0.1.0
25+ [ unreleased ] : https://github.com/OSGeo/cite-runner/compare/v0.1.1...HEAD
26+ [ v0.1.1 ] : https://github.com/OSGeo/cite-runner/releases/tag/v0.1.1
27+ [ v0.1.0 ] : https://github.com/OSGeo/cite-runner/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments