diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a5f60a198..b24d9073c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,23 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.9.0rc6 commit = True tag = True +parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\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} diff --git a/CHANGELOG.md b/CHANGELOG.md index 534d0f295..5fdb1be6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 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] ### Changed diff --git a/package.json b/package.json index 70b849611..d9f0733e6 100644 --- a/package.json +++ b/package.json @@ -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"