An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## chatwork-orb
[![CircleCI](https://circleci.com/gh/guitarrapc/chatwork-orb.svg?style=svg)](https://circleci.com/gh/guitarrapc/chatwork-orb) [![CircleCI Orb Version](https://img.shields.io/badge/endpoint.svg?url=https://badges.circleci.io/orb/guitarrapc/chatwork)](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
```