Compare commits
2 Commits
9bb06dad7c
...
012af051bc
| Author | SHA1 | Date | |
|---|---|---|---|
| 012af051bc | |||
| 7e9031169d |
@ -12,12 +12,16 @@ DIST=
|
||||
NOAUTO=
|
||||
|
||||
AFTER_CREATE_RELEASE='
|
||||
set -x
|
||||
pman --composer-select-profile dist
|
||||
composer u || exit 1
|
||||
git commit -am "<pman>deps de dist"
|
||||
true
|
||||
'
|
||||
AFTER_MERGE_RELEASE='
|
||||
set -x
|
||||
pman --composer-select-profile dev
|
||||
composer u || exit 1
|
||||
git commit -am "<pman>deps de dev"
|
||||
true
|
||||
'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user