We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b2582 commit db4a5faCopy full SHA for db4a5fa
git_utils.cfg
@@ -36,7 +36,7 @@ perform_version_bump() {
36
# @param $2 any non-empty string iff it should be "silent" and not commit the change.
37
perform_bundle_bump() {
38
local config="$1/src/constants.js"
39
- gsed -ri 's/(.*)(CODE_BUNDLE_ID: )([0-9]+)(.*)/echo "\1\2$((\3 + 1))\4"/ge' "${config}"
+ gsed -ri 's/(.*)(CODE_BUNDLE_ID:.*)([0-9]+)(.*)/echo "\1\2$((\3 + 1))\4"/ge' "${config}"
40
41
git add "${config}"
42
0 commit comments