Every build after a merge is a new test build

This commit is contained in:
su-ex 2021-10-14 18:11:21 +02:00
parent 079575eb20
commit 31c746c5d2
No known key found for this signature in database
GPG Key ID: E9E9F6644110943E

View File

@ -226,6 +226,9 @@ automatic_packagejson_reversion() {
automatic_packagejson_adjustment() {
local versions
get_current_versions
# every build after a merge is a new test build
(( versions[2]++ ))
forelement_repos apply_packagejson_overlay "package.json" "overlay-package.json"
forelement_repos write_version "package.json"