We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea9b28 commit d349d4cCopy full SHA for d349d4c
.github/workflows/release.yml
@@ -94,6 +94,7 @@ jobs:
94
run: |
95
mkdir reports/
96
pip install -e .
97
+ version=$(echo $GITHUB_REF_SLUG | sed -E "s/v(.*)/\1/")
98
# lines 1 and 3 are empty, line 2 contains version number, line 4 contains release date
99
changelog generate-md -c ./docs/conf.py CHANGELOG.rst -v $version | sed "1,4d" > reports/release.md
100
0 commit comments