Skip to content

Release sidecar 1.5.0

Tomas Vik (OOO back on 2024-05-09) requested to merge release/1.5.0 into develop

The release process

  1. Before starting, make sure that you configured version prefix to be v during running git flow init. You can do that by checking your git config (cat .git/config | grep -A 7 prefix) If you don't see versiontag = v. Configure git flow init -f again.
  2. Start a release with git flow release start <new version>
  3. Manually bump up package version (using semantic versioning) in both package.json and package-lock.json and commit.
  4. Push the release branch and create a new MR
  5. Finish the release with git flow release finish <new version>
  6. Push develop master branches and git push --tags.
  7. Manually run the deploy step on the tag pipeline.
  8. check out the v<version> tag and run npm publish to upload the module to https://www.npmjs.com/package/gitter-sidecar

Validate the release

  1. go to https://sidecar.gitter.im/ and check that the downloaded sidecar.v1.js is in the new version (using Dev Tools) Screenshot_2019-11-15_at_4.12.47_PM
  2. see the new version published in npm repository https://www.npmjs.com/package/gitter-sidecar
Edited by Tomas Vik (OOO back on 2024-05-09)

Merge request reports