Skip to content

Commit

Permalink
chore(ci): fix version replacement during release
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansiegel committed Apr 21, 2020
1 parent 518615e commit 9927f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins:
- - "@google/semantic-release-replace-plugin"
- replacements:
- files: [ "setup.py "]
from: "version=\"dev\""
from: "version=\"UNRELEASED\""
to: "version=\"${nextRelease.version}\""
countMatches: true
results:
Expand Down

0 comments on commit 9927f6f

Please sign in to comment.