Skip to content

Commit

Permalink
Fix GH changelog generation command in RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phihos committed Feb 14, 2024
1 parent 7bfb211 commit 8d011ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To release a new version of pyduckling:
docker run -it --rm \
-v "$(pwd)":/usr/local/src/your-app \
githubchangeloggenerator/github-changelog-generator \
-u phihos -p pyduckling --future-release <release version>
-u phihos -p pyduckling --future-release v<release version>
```
4. git add -A && git commit -m "Update Changelog"
5. Update release version in ``Cargo.toml`` (set release version, remove 'dev0')
Expand Down

0 comments on commit 8d011ff

Please sign in to comment.