Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 878 Bytes

DEPLOY.md

File metadata and controls

40 lines (27 loc) · 878 Bytes

Steps to deploy

Preparation

  1. Run tests
  2. Add the description of the new version in CHANGELOG.md.
  3. Commit & Push

Publish

Use the same version for the git tag as in the properties file.

  • Via git tag

    1. Create a new version tag.
      git tag [MAJOR].[MINOR].[PATCH]

      Example: git tag 2.5.5

    2. Push the tag.
      git push origin --tags
  • Via Github release

    Create a new Github release with a new version tag and release notes.

Update import examples in local README.md

Update code examples in ConfigCat Dashboard projects

Steps to connect your application

  1. Update the Manual import example.

Update import examples in Docs

Update samples

Update and test sample apps with the new version.