Skip to content

Commit

Permalink
Use circleci changelog orb (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Jan 6, 2020
1 parent ee61dff commit 1aa9a52
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
version: 2.1

orbs:
changelog: ory/changelog@0.0.3

jobs:
format:
docker:
Expand Down Expand Up @@ -415,8 +416,7 @@ jobs:
- run: curl -sL https://git.io/goreleaser | bash

workflows:
version: 2
"test, build, push, and deploy":
bdt:
jobs:
- format:
filters:
Expand Down Expand Up @@ -481,7 +481,7 @@ workflows:
only: /.*/
branches:
ignore: /.*/
- release-changelog:
- changelog/generate:
requires:
- test
- format
Expand Down

0 comments on commit 1aa9a52

Please sign in to comment.