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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Accepting, but this is looking more and more like you want to invest in some python here.