Skip to content

Commit

Permalink
Merge pull request zino-hofmann#478 from zino-app/docs/changelog
Browse files Browse the repository at this point in the history
Docs/changelog
  • Loading branch information
HofmannZ authored Nov 19, 2019
2 parents f05794e + eb9cb7d commit 1587cd1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- checkout
- run:
name: Generate release tags
command: npx semantic-release@16.0.0-beta.24
command: npx -p @semantic-release/changelog -p @semantic-release/git -p semantic-release@16.0.0-beta.31 semantic-release
sync_with_beta:
docker: *node_environment
steps:
Expand Down
15 changes: 11 additions & 4 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@ branches:
- master
- name: beta
prerelease: true
channel: beta
plugins:
- '@semantic-release/commit-analyzer'
- '@semantic-release/release-notes-generator'
- '@semantic-release/github'
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- - "@semantic-release/changelog"
- changelogFile: "packages/graphql/CHANGELOG.md"
- - "@semantic-release/changelog"
- changelogFile: "packages/graphql_flutter/CHANGELOG.md"
- - "@semantic-release/git"
- assets:
- "packages/graphql/CHANGELOG.md"
- "packages/graphql_flutter/CHANGELOG.md"
- "@semantic-release/github"

0 comments on commit 1587cd1

Please sign in to comment.