CircleCI orb to manage your Sentry projects with sentry-cli.
When creating a new release the version number of the orb must be incremented. Thecircleci
CLI
uses Semantic Versioning. So the Semantic Version segments major
, minor
or patch
can be used (see circleci orb publish promote
).
- Wait for CircleCI to pass and publish the development orb to the registry.
- Check which was the last semantic release of the orb:
circleci orb info picturepipe/sentry-cli
- Decide which version to release. Set the last argument in the next step accordingly!
- Promote the development version of the orb to a semantic release:
circleci orb publish promote picturepipe/sentry-cli@dev:"$(git rev-parse HEAD | cut -c 1-7)" [major|minor|patch]
- Verify the release:
circleci orb info picturepipe/sentry-cli
- Create a Git tag with the same version as the release:
git tag --annotate --message=<version> <version>
- Push the tag:
git push --tags
Distributed under the MIT license.
Copyright 2019 reelport GmbH