Closed westonruter closed 7 years ago
ack -Q 0.6.2 $(git ls-files)
0.7.0
master
grunt build; cd build; zip -r ../customize-snapshots-0.7.0.zip *; cd -; cp customize-snapshots-0.7.0.zip ~/Downloads/customize-snapshots.zip
grunt deploy
pbpaste | sed "s/$PREV_NEW/$NEXT_NEW/g" | sed "s/$PREV_OLD/$PREV_NEW/g" | sed 's:\[x:\[ :' | pbcopy
Changes Unknown when pulling 2cfe5fc09f74d25111f72ac9f7eecb1f57dea100 on develop into on master.
ack -Q 0.6.2 $(git ls-files)
and replace with0.7.0
where appropriate0.7.0
onmaster
, with ZIP build viagrunt build; cd build; zip -r ../customize-snapshots-0.7.0.zip *; cd -; cp customize-snapshots-0.7.0.zip ~/Downloads/customize-snapshots.zip
, and with link to readme on tag tree: https://github.com/xwp/wp-customize-snapshots/blob/0.7.0/readme.md#changelogmaster
branch to go ✅ .grunt deploy
. Remember to look at SVN diff.pbpaste | sed "s/$PREV_NEW/$NEXT_NEW/g" | sed "s/$PREV_OLD/$PREV_NEW/g" | sed 's:\[x:\[ :' | pbcopy