-
Notifications
You must be signed in to change notification settings - Fork 34
Release Packaging
Tom Kralidis edited this page Jul 29, 2015
·
6 revisions
git clone https://github.com/OGCMetOceanDWG/WorldWeatherSymbols.git
vi VERSION.txt # update VERSION to x.y.z
vi HISTORY.txt # provide summary changes/fixes for this release
git commit -am 'update release version'
git push origin master
git tag -a x.y.z -m 'tagging x.y.z'
git push --tags
# generate .zip release w/ static PNGs
make zip
- upload WorldWeatherSymbols-x.y.z-png.zip to https://github.com/OGCMetOceanDWG/WorldWeatherSymbols/releases/tag/x.y.z
vi VERSION.txt # update VERSION to x.y-dev
- OGC MetOceanDWG
- Twitter (tags:
#wmo
,#ogc
,#metocean
)