update bumpversion

This commit is contained in:
jobevers 2017-02-20 16:03:45 -06:00
parent 0005280cb6
commit a973c59051
3 changed files with 21 additions and 3 deletions

View file

@ -1,5 +1,23 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.9.0rc6
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
serialize =
{major}.{minor}.{patch}{release}{candidate}
{major}.{minor}.{patch}
[bumpversion:file:package.json]
[bumpversion:part:release]
optional_value = production
values =
rc
production
[bumpversion:file:CHANGELOG.md]
search = [Unreleased]
replace = [Unreleased]
\#\# [{new_version}] - {now:%Y-%m-%d}

View file

@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).
(Note for Alex: fill in what kind of versioning we want to use)
The UI versions track the corresponding version in https://github.com/lbryio/lbry
## [Unreleased]
### Changed

View file

@ -1,6 +1,6 @@
{
"name": "lbry-web-ui",
"version": "1.0.0",
"version": "0.9.0rc6",
"description": "LBRY web ui",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"