Compare commits
2 Commits
v_release_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
d830f33eec
|
|||
| 825623c9f3 |
3
.changes/v0.4.1.md
Normal file
3
.changes/v0.4.1.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## v0.4.1 - 2025-10-25
|
||||
### Fixed
|
||||
* Fix dependencies
|
||||
@@ -21,9 +21,9 @@ jobs:
|
||||
with:
|
||||
path: .changes/${{ github.ref_name }}.md
|
||||
- name: Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
#env:
|
||||
# NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||
uses: https://gitea.com/akkuman/gitea-release-action@v1
|
||||
env:
|
||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||
with:
|
||||
files: |-
|
||||
target/release/cl-cli
|
||||
|
||||
@@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||
|
||||
|
||||
## v0.4.1 - 2025-10-25
|
||||
### Fixed
|
||||
* Fix dependencies
|
||||
|
||||
## v0.4.0 - 2025-10-24
|
||||
### Added
|
||||
* [planning - i2work] Met à jour le body du ticket gitea avec un lien vers le work package, dans une section "related issues"
|
||||
|
||||
Reference in New Issue
Block a user