In order to migrate archive-release-notes and the AUR automation
according to D7442, we need a better way for these utility functions to
continue to be shared.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABCbf8e7853e588: Move version comparison utility functions to their own file
With this patch applied, create a version bump commit to trigger release notes archiving:
sed -i 's/VERSION 0.22.2/VERSION 0.22.3/g' CMakeLists.txt git add -u git commit -m "version bump"
Test:
COMMIT_TYPE=archive-release-notes ./automated-commits.sh -p HEAD git show # verify release notes are archived as expected
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cmp-version
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 12741 Build 25565: Build Diff build-diff · build-clang-tidy · build-clang-10 · build-without-wallet Build 25564: arc lint + arc unit
Event Timeline
Comment Actions
Accepting, but this is looking more and more like you want to invest in some python here.