Skip to content

Commit

Permalink
Merge pull request #207 from zendesk/andre_update_release_config
Browse files Browse the repository at this point in the history
Use Copenhagen Theme Bot for releases
  • Loading branch information
anpa authored Mar 18, 2020
2 parents 4b1f16a + 355c174 commit 6e6bf75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Release
on:
push:
Expand All @@ -20,4 +19,8 @@ jobs:
- name: Release
run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.release_bot_github_token}}
GIT_AUTHOR_NAME: ${{ secrets.release_bot_git_name }}
GIT_AUTHOR_EMAIL: ${{ secrets.release_bot_git_email }}
GIT_COMMITTER_NAME: ${{ secrets.release_bot_git_name }}
GIT_COMMITTER_EMAIL: ${{ secrets.release_bot_git_email }}
8 changes: 0 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
## [2.2.1](https://github.com/zendesk/copenhagen_theme/compare/v2.2.0...v2.2.1) (2020-03-16)


### Bug Fixes

* **header:** remove size attributes from logo img ([41e8d7e](https://github.com/zendesk/copenhagen_theme/commit/41e8d7eb6a6c7fb1dcbf02902f8d591179ba5a22))
* **release:** add execute permission to the update manifest script ([91d3ac5](https://github.com/zendesk/copenhagen_theme/commit/91d3ac5d174cf048b1526278ac7e2fafcf07fa9c))

## [2.2.1](https://github.com/zendesk/copenhagen_theme/compare/v2.2.0...v2.2.1) (2020-03-16)


### Bug Fixes

* **header:** remove size attributes from logo img ([41e8d7e](https://github.com/zendesk/copenhagen_theme/commit/41e8d7eb6a6c7fb1dcbf02902f8d591179ba5a22))
Expand Down

0 comments on commit 6e6bf75

Please sign in to comment.