- Update
README.md
with the new planned version. - Make sure
Dockerfile
point 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 has been archived by the owner on Dec 17, 2021. It is now read-only.