Skip to content

Commit a95fcc0

Browse files
committed
bumpversion config fix and doc
1 parent c2229c3 commit a95fcc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ replace = {new_version}
2121
search = __version__ = '{current_version}'
2222
replace = __version__ = '{new_version}'
2323

24-
[bumpversion:file:CHANGELOG.rst]
24+
[bumpversion:file:CHANGELOG.md]
2525
search = Unreleased
26-
replace = {new_version}
26+
replace = [{new_version}] {now:%Y-%m-%d}
2727

2828
[bumpversion:glob:src/compas_fab/ghpython/components/**/code.py]
2929
search = v{current_version}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Ready to release a new version of **COMPAS FAB**? Here's how to do it:
8282
* `minor`: backwards-compatible features added.
8383
* `major`: backwards-incompatible changes.
8484

85-
* Update the `CHANGELOG.rst` with all novelty!
85+
* Update the `CHANGELOG.md` with all novelty!
8686
* Ready? Release everything in one command:
8787

8888
invoke release [patch|minor|major]

0 commit comments

Comments
 (0)