-
Notifications
You must be signed in to change notification settings - Fork 12
Versioning
mogemimi edited this page Aug 19, 2018
·
2 revisions
⚠️ This is the documentation for older version. Please see the new documentation Versioning instead.
Pomdog follows semver.
- Edit source code
vim include/Pomdog/Basic/Version.hpp
git add include/Pomdog/Basic/Version.hpp
git commit -m "Bump version to 0.1.3"
- Tagging
git tag v0.1.3
git push origin v0.1.3