Skip to content

Commit

Permalink
Merge pull request #258 from matrix-org/hs/towncrier-check-fix
Browse files Browse the repository at this point in the history
Towncrier should check against develop for changes on changelogs
  • Loading branch information
Half-Shot authored Sep 24, 2019
2 parents 66e9ac7 + d920118 commit 7c45796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
branches: "!master !develop !release-*"
command:
- "python3 -m pip install towncrier"
- "python3 -m towncrier.check"
- "python3 -m towncrier.check --compare-with=origin/develop"
plugins:
- docker#v3.0.1:
image: "python:3.6"
Expand Down
1 change: 1 addition & 0 deletions changelog.d/258.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Towncrier should check against develop for changelog changes

0 comments on commit 7c45796

Please sign in to comment.