Closed westonruter closed 7 years ago
ack -Q 0.6.1 $(git ls-files)
0.6.2
master
grunt build; cd build; zip -r ../customize-snapshots-0.6.2.zip *; cd -; cp customize-snapshots-0.6.2.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
ack -Q 0.6.1 $(git ls-files)
and replace with0.6.2
where appropriate0.6.2
onmaster
, with ZIP build viagrunt build; cd build; zip -r ../customize-snapshots-0.6.2.zip *; cd -; cp customize-snapshots-0.6.2.zip ~/Downloads/customize-snapshots.zip
, and with link to readme on tag tree: https://github.com/xwp/wp-customize-snapshots/blob/0.6.2/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