Skip to content

Commit

Permalink
Add changelog generation task (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Jan 15, 2020
1 parent 21d9b6d commit edd937c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2.1

orbs:
sdk: ory/sdk@0.1.13
changelog: ory/changelog@0.0.5

jobs:
lint:
Expand Down Expand Up @@ -92,8 +93,7 @@ jobs:
run: test -z "$CIRCLE_PR_NUMBER" && goveralls -service=circle-ci -coverprofile=coverage.txt -repotoken=$COVERALLS_REPO_TOKEN || echo "forks are not allowed to push to coveralls"

workflows:
version: 2
"test":
tbr:
jobs:
-
lint:
Expand Down Expand Up @@ -124,4 +124,13 @@ workflows:
tags:
only: /.*/
branches:
ignore: /.*/
ignore: /.*/
- changelog/generate:
requires:
- test
- lint
filters:
tags:
only: /.*/
branches:
only: master
Empty file added CHANGELOG.md
Empty file.

0 comments on commit edd937c

Please sign in to comment.