mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-09 19:56:55 +00:00
chore(release): 1.2.1 [skip ci]
## [1.2.1](https://github.com/cycjimmy/semantic-release-action/compare/v1.2.0...v1.2.1) (2019-10-18) ### Bug Fixes * **branch v1:** push updates to v1 branch after releases([#1](https://github.com/cycjimmy/semantic-release-action/issues/1)) ([bb964eb](bb964eb28e))
This commit is contained in:
parent
bb964eb28e
commit
7ed2220726
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
|||
## [1.2.1](https://github.com/cycjimmy/semantic-release-action/compare/v1.2.0...v1.2.1) (2019-10-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **branch v1:** push updates to v1 branch after releases([#1](https://github.com/cycjimmy/semantic-release-action/issues/1)) ([bb964eb](https://github.com/cycjimmy/semantic-release-action/commit/bb964eb28ee1823e67f82532b9e4d4fd3f135513))
|
||||
|
||||
# [1.2.0](https://github.com/cycjimmy/semantic-release-action/compare/v1.1.0...v1.2.0) (2019-10-18)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@cycjimmy/semantic-release-action",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"description": "GitHub Action for Semantic Release",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue