File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## [ Unreleased]
4
4
5
5
### Added
6
6
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ files_to_change=(
49
49
" $FC_ROOT_DIR /src/rebase-snap/Cargo.toml"
50
50
" $FC_ROOT_DIR /src/seccompiler/Cargo.toml"
51
51
" $FC_ROOT_DIR /src/cpu-template-helper/Cargo.toml"
52
+ " $FC_ROOT_DIR /src/snapshot-editor/Cargo.toml"
52
53
)
53
54
say " Updating source files:"
54
55
for file in " ${files_to_change[@]} " ; do
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ sed -i "s/\[Unreleased\]/\[$version\]/g" "$FC_ROOT_DIR/CHANGELOG.md"
58
58
59
59
# Add all changed files
60
60
git add -u
61
- git commit -s -m " chore: release v$version "
61
+ git commit -s -m " chore: release v$version " -m " Update version number / CHANGELOG / CREDITS "
62
62
63
63
64
64
# pretty print code
You can’t perform that action at this time.
0 commit comments