You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We welcome [issues](https://github.com/smaeda-ks/orb-hashicorp-vault-cli/issues) to and [pull requests](https://github.com/smaeda-ks/orb-hashicorp-vault-cli/pulls) against this repository!
63
-
64
-
### How to Publish
65
-
* Create and push a branch with your new features.
66
-
* When ready to publish a new production version, create a Pull Request from _feature branch_ to `master`.
67
-
* The title of the pull request must contain a special semver tag: `[semver:<segment>]` where `<segment>` is replaced by one of the following values.
68
-
69
-
| Increment | Description|
70
-
| ----------| -----------|
71
-
| major | Issue a 1.0.0 incremented release|
72
-
| minor | Issue a x.1.0 incremented release|
73
-
| patch | Issue a x.x.1 incremented release|
74
-
| skip | Do not issue a release|
75
-
76
-
Example: `[semver:major]`
77
-
78
-
* Squash and merge. Ensure the semver tag is preserved and entered as a part of the commit message.
79
-
* On merge, after manual approval, the orb will automatically be published to the Orb Registry.
80
-
81
-
82
-
For further questions/comments about this or other orbs, visit the Orb Category of [CircleCI Discuss](https://discuss.circleci.com/c/orbs).
0 commit comments