prima-twig 1.0.30 → 1.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/twig-feature +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 418ab657cf2ab47b3f07d5453122338be256e794f73217c7ac333a430005c741
|
|
4
|
+
data.tar.gz: 7ceb82f1947e646cc524357867616d2adca1e62ab1e5ac618935ee1ccca6d03a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5dcdc7759dde6d217b44308a9863a141c04cf0c16f3eee02fcf5a8100e46b5d140e2a000efeb32b15a37821c5829d8c36614800b68c7b6bcee5f082155423288
|
|
7
|
+
data.tar.gz: 51fca59dc55ebe66dc45a1971521a7ea29dd593f538e53ff8f309806515542a175242a3b6e47cf72609bdad058de7266311fb053f61035194c4f7606b3828edc
|
data/bin/twig-feature
CHANGED
|
@@ -434,6 +434,8 @@ class Release
|
|
|
434
434
|
def qainit_deploy!(quiet = false)
|
|
435
435
|
`git checkout master && git pull && git submodule update --init --recursive && git remote prune origin`
|
|
436
436
|
|
|
437
|
+
`git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -D`
|
|
438
|
+
|
|
437
439
|
default_name = get_default_branch_name @projects
|
|
438
440
|
feature_number = ''
|
|
439
441
|
unless quiet
|