- Update
README.mdwith the new planned version. - Make sure
Dockerfilepoint to the correctfeature-flag-reference-validator:[MAJOR].[MINOR].[PATCH]image. - Commit & Push
- Create a new version tag.
git tag [MAJOR].[MINOR].[PATCH]
Example:
git tag 1.2.1 - Push the tag.
git push origin --tags
- Create a new Github release with a new version tag and release notes.
- Test using https://github.com/configcat/flag-reference-validator-demo
This repository was archived by the owner on Dec 17, 2021. It is now read-only.