https://github.com/kbravh/rome-orb
A CircleCI orb to run Rome commands.
https://github.com/kbravh/rome-orb
circleci-orbs rome
Last synced: 4 months ago
JSON representation
A CircleCI orb to run Rome commands.
- Host: GitHub
- URL: https://github.com/kbravh/rome-orb
- Owner: kbravh
- License: mit
- Created: 2020-10-01T16:17:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T17:29:10.000Z (over 4 years ago)
- Last Synced: 2025-02-24T16:20:08.864Z (4 months ago)
- Topics: circleci-orbs, rome
- Language: JavaScript
- Homepage: https://circleci.com/orbs/registry/orb/kbravh/rome
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Rome Orb
[](https://circleci.com/gh/kbravh/rome-orb) [](https://circleci.com/orbs/registry/orb/kbravh/rome) [](https://raw.githubusercontent.com/kbravh/rome-orb/master/LICENSE) [](https://discuss.circleci.com/c/ecosystem/orbs)
Easily run Rome commands in the CircleCI pipeline.
## Resources
[CircleCI Orb Registry Page](https://circleci.com/orbs/registry/orb/kbravh/rome) - The official registry page of this orb for all commands described.
[CircleCI Orb Docs](https://circleci.com/docs/2.0/orb-intro/#section=configuration) - Docs for using and creating CircleCI Orbs.
### How to Contribute
We welcome [issues](https://github.com/kbravh/rome-orb/issues) to and [pull requests](https://github.com/kbravh/rome-orb/pulls) against this repository!
### How to Publish
* Create and push a branch with your new features.
* When ready to publish a new production version, create a Pull Request from your _feature branch_ to `master`.
* The title of the pull request must contain a special semver tag: `[semver:]` where `` is replaced by one of the following values.| Increment | Description|
| ----------| -----------|
| major | Issue a 1.0.0 incremented release|
| minor | Issue a x.1.0 incremented release|
| patch | Issue a x.x.1 incremented release|
| skip | Do not issue a release|Example: `[semver:major]`
* Squash and merge. Ensure the semver tag is preserved and entered as a part of the commit message.
* On merge, after manual approval, the orb will automatically be published to the Orb Registry.For further questions/comments about this or other orbs, visit the Orb Category of [CircleCI Discuss](https://discuss.circleci.com/c/orbs).