This is only necessary once, but updates git to upload tags on push:
git config --global push.followTags true
Each time there is a new update
- Copy the new jpg, pdf and ai files into the landscape directory.
cd landscaperm CloudNativeLandscape_latest.*to delete the former latest versions.cp CloudNativeLandscape_v###.jpg CloudNativeLandscape_latest.jpgwith###replaced by the new version number, like0.9.8.cp CloudNativeLandscape_v###.pdf CloudNativeLandscape_latest.pdfcp CloudNativeLandscape_v###.ai CloudNativeLandscape_latest.aigit add -Agit commit -sm 'Version ###'git tag ###git push