Skip to content

Commit

Permalink
changelog: only on release
Browse files Browse the repository at this point in the history
To remove the opportunity for junk to enter into the changelog, and to
reduce the commit history, the changlog generation will only happen
on release, and only based on merged PRs.

Fixes #205
  • Loading branch information
nrdxp committed Mar 24, 2021
1 parent 01f2580 commit 4f38a88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 204 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/changelog.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: heinrichreimer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
issues: true
issuesWoLabels: true
issues: false
issuesWoLabels: false
pullRequests: true
prWoLabels: true
addSections: '{"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}}'
Expand Down
173 changes: 0 additions & 173 deletions CHANGELOG.md

This file was deleted.

0 comments on commit 4f38a88

Please sign in to comment.