Skip to content

Commit

Permalink
Added gen release notes script
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Jan 23, 2023
1 parent 17b6ca4 commit f7dd651
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/run_gen_release_notes.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app/ githubchangeloggenerator/github-changelog-generator \
-u nicolay-r \
-p AREnets \
--token <GITHUB_TOKEN> \
--since-tag v0.23.0

0 comments on commit f7dd651

Please sign in to comment.