Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamTrz committed Apr 30, 2020
1 parent 3a10d0c commit 95e671b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ aliases:

- &filter-tag
tags:
only: /Release \d+\.\d+\.\d+.*/
only: /v\d+\.\d+\.\d+.*/
branches:
ignore: /.*/

Expand Down
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"publish": true
},
"github": {
"release": true
"release": true,
"releaseName": "v%s"
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down

0 comments on commit 95e671b

Please sign in to comment.