Skip to content

Commit

Permalink
ci: render version schema on release (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Aug 10, 2020
1 parent c13b183 commit c40cd67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
changelog: ory/changelog@0.1.3
goreleaser: ory/goreleaser@0.1.13
goreleaser: ory/goreleaser@0.1.17
slack: circleci/slack@3.4.2
sdk: ory/sdk@0.1.37
nancy: ory/nancy@0.0.12
Expand Down Expand Up @@ -242,6 +242,12 @@ workflows:
ignore: /.*/
tags:
only: /.*/
- goreleaser/render-version-schema:
requires:
- goreleaser/release
filters:
tags:
only: /.*/
-
goreleaser/newsletter-draft:
chimp-list: f605a41b53
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -170,7 +170,7 @@ changelog:
- Merge branch

brews:
- github:
- tap:
owner: ory
name: homebrew-kratos
ids:
Expand Down

0 comments on commit c40cd67

Please sign in to comment.