Skip to content

signaldevs/slack-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@signaldevs/slack-orb

CircleCI Orb Version GitHub License

A CircleCI orb for sending notifications to a Slack channel. This orb is a light wrapper around the circleci/slack orb is order to abstract away some common configuration.

Getting Started

The following environment variables are required to use this orb:

It is recommended to create a slack context with these env vars and use that context in your workflows. See these docs on how to do so, https://circleci.com/docs/2.0/contexts/#creating-and-using-a-context

Resources

Issues

We welcome issues to be opened, but first, please check out the CircleCI-Public/slack-orb issues page as this repo is just a light wrapper around that orb.

Contributing

Adding Commands

Usage Examples

Easily author and add Usage Examples to the src/examples directory.

Each YAML file within this directory will be treated as an orb usage example, with a name which matches its filename.

Usage examples should contain clear use-case based example configurations for using the orb.

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 develop.
  • The title of the pull request must contain a special semver tag: [semver:<segement>] where <segment> 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.

License

MIT

About

A CircleCI orb for sending messages to Slack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published