Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Johnson <aj@ohess.org>2020-05-06 23:47:03 +0300
committerAnthony Johnson <aj@ohess.org>2020-05-06 23:47:03 +0300
commit512ad422d112d6681f716322e180e423f304387c (patch)
tree970c6459c9dce194b0477771b0b47812dd076f99 /package.json
parent8d484197f2367434148b4ef9d1c41e11d0a66fed (diff)
Move bumpversion config and reconfigure
I moved the configuration to setup.cfg, with the rest of the tooling configurations. I had trouble getting the parsing to work for both the current pattern that exists in this repository (`0.4.3.dev0`), and the pattern we use in other repositories (`0.4.3alpha1` and `0.4.3rc1`). The release pattern would potentially be: * Version is `0.4.3alpha1` * Bump to `0.5.0alpha1` or `0.5.0rc1` for testing release, `0.5.0` for full release * Commit, tag, etc the new release * Release to PyPI * Bump to `0.5.1alpha1` and commit. This is the next development release that would be in `master` branch
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index dc351e5..b658bd2 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "sphinx_rtd_theme",
"main": "js/theme.js",
- "version": "0.4.3.dev0",
+ "version": "0.4.3alpha0",
"private": true,
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.js",