update bumpversion
This commit is contained in:
parent
b65910f441
commit
55b2465125
3 changed files with 22 additions and 3 deletions
|
@ -1,5 +1,23 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.1.1
|
current_version = 0.9.0rc6
|
||||||
commit = True
|
commit = True
|
||||||
tag = 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}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,8 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
||||||
|
|
||||||
The LBRY Web UI comes bundled as part of [LBRY App](https://github.com/lbryio/lbry-app). Web UI version numbers should always match the corresponding version of LBRY App.
|
The LBRY Web UI comes bundled as part of [LBRYApp](https://github.com/lbryio/lbry-app).
|
||||||
|
Web UI version numbers should always match the corresponding version of LBRY App.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lbry-web-ui",
|
"name": "lbry-web-ui",
|
||||||
"version": "1.0.0",
|
"version": "0.9.0rc6",
|
||||||
"description": "LBRY web ui",
|
"description": "LBRY web ui",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
|
Loading…
Reference in a new issue