Skip to content

Commit

Permalink
Remove auto update of change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Apr 29, 2020
1 parent bf81968 commit 37b169a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,6 @@ jobs:
- run: yarn lerna run build
env:
BUILD_VERSION: ${{ env.VERSION }}
- name: Update changelog
if: startsWith(github.ref, 'refs/tags/v')
run: |
yarn --cwd packages/snage dev --config $PWD/.snage.yaml set --on 'version absent' version $VERSION
yarn --cwd packages/snage dev --config $PWD/.snage.yaml set --on 'date absent' date `date +%F`
env:
GIT_BRANCH: 'master'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Pull Request
if: startsWith(github.ref, 'refs/tags/v')
id: cpr
uses: peter-evans/create-pull-request@340e629
with:
commit-message: 'Update Changelog'
title: 'Update Changelog'
branch-suffix: 'short-commit-hash'
branch: 'actions/update-changelog'
base: 'master'
- name: Publish to Docker and NPM
if: startsWith(github.ref, 'refs/tags/v')
run: |
Expand Down

0 comments on commit 37b169a

Please sign in to comment.