diff options
| author | 2015-07-07 23:40:04 +0200 | |
|---|---|---|
| committer | 2015-07-07 23:40:04 +0200 | |
| commit | cfe59d676a4cb47f34ac86e1b438375fe95834e6 (patch) | |
| tree | aa35f8af766c280f6e78cb15902ea38c17fd47fe | |
| parent | aafa25f84ebcdbd0f39484d03c812b0b83c95bdc (diff) | |
| download | yoshi-theme-cfe59d676a4cb47f34ac86e1b438375fe95834e6.tar.gz yoshi-theme-cfe59d676a4cb47f34ac86e1b438375fe95834e6.zip | |
Add bumpversion config
| -rw-r--r-- | .bumpversion.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg new file mode 100644 index 0000000..017584c --- /dev/null +++ b/.bumpversion.cfg @@ -0,0 +1,10 @@ +[bumpversion] +current_version = 5.13.0 + +[bumpversion:file:yoshi-theme.el] + +[bumpversion:file:CHANGELOG.org] +search = * [[https://github.com/ryuslash/yoshi-theme/compare/v{current_version}...HEAD][Unreleased]] +replace = * COMMENT [[https://github.com/ryuslash/yoshi-theme/compare/v{new_version}...HEAD][Unreleased]] + + * [[https://github.com/ryuslash/yoshi-theme/compare/v{current_version}...v{new_version}][{new_version}]] -- {now:%Y-%m-%d} |
