https://github.com/guitarrapc/chatwork-orb
Send chatwork message from circleci
https://github.com/guitarrapc/chatwork-orb
chatwork circleci circleci-orbs
Last synced: 5 months ago
JSON representation
Send chatwork message from circleci
- Host: GitHub
- URL: https://github.com/guitarrapc/chatwork-orb
- Owner: guitarrapc
- License: mit
- Created: 2019-12-26T19:29:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T09:09:00.000Z (over 6 years ago)
- Last Synced: 2025-02-08T04:18:53.782Z (over 1 year ago)
- Topics: chatwork, circleci, circleci-orbs
- Homepage: https://circleci.com/orbs/registry/orb/guitarrapc/chatwork
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## chatwork-orb
[](https://circleci.com/gh/guitarrapc/chatwork-orb) [](https://circleci.com/orbs/registry/orb/guitarrapc/chatwork)
## Usage
See the [orb registry listing](http://circleci.com/orbs/registry/orb/guitarrapc/chatwork) for usage guidelines.
## Contributing
We welcome [issues](https://github.com/guitarrapc/chatwork-orb/issues) to and [pull requests](https://github.com/guitarrapc/chatwork-orb/pulls) against this repository!
## MEMO
* normal push without specific pattern of a tag, dev build will run.
* push tag for production release.
* master-major.v1.0.0
* master-minor.v1.1.0
* master-patch.v1.1.1
> NOTE: `orb-tools/dev-promote-prod` cleanup-tags is set to true to remove `master.*` tags on publish orb to the production.
## Basic orb setup
setup orb account and namespace.
```shell
# require perconal api tokens
$ circleci setup
$ circleci namespace create guitarrapc github guitarrapc
$ circleci orb create guitarrapc/chatwork
```
validate before publish.
```
$ circleci orb validate orb.yml
```
publish orb to the dev.
```
$ circleci orb publish orb.yml guitarrapc/chatwork@dev:0.x.0
```
public orb to the production.
```
$ circleci orb publish promote guitarrapc/chatwork@0.x.0
```