Version 0.4.0 release

pull/667/head
sobolevn 3 years ago
parent 6a9a86c502
commit 7cca40de8d
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E

@ -28,8 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate changelog
run: make changelog
- run: make changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: softprops/action-gh-release@v1

@ -1,6 +1,6 @@
# Changelog
## {{Next Version}}
## 0.4.0
### Bugfixes

@ -122,6 +122,8 @@ docs: build-docs
changelog:
@[ -z "${GITHUB_REPOSITORY}" ] \
&& echo 'GITHUB_REPOSITORY is unset' && exit 1 || true
@[ -z "${GITHUB_TOKEN}" ] \
&& echo 'GITHUB_TOKEN is unset' && exit 1 || true
docker pull githubchangeloggenerator/github-changelog-generator
docker run \
--volume="$${PWD}:/code" \

Loading…
Cancel
Save