File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ replace = {new_version}
2121search = __version__ = ' {current_version}'
2222replace = __version__ = ' {new_version}'
2323
24- [bumpversion:file:CHANGELOG.rst ]
24+ [bumpversion:file:CHANGELOG.md ]
2525search = Unreleased
26- replace = {new_version}
26+ replace = [ {new_version}] {now:%Y-%m-%d }
2727
2828[bumpversion:glob:src/compas_fab/ghpython/components/**/code.py]
2929search = v{current_version}
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments