Code Monkey home page Code Monkey logo

github-release-orb's Introduction

github-release-orb

CircleCI Build Status Orb Version Badge GitHub License

A CircleCI orb to automatically create releases for a GitHub repository.

Usage

version: 2.1

orbs:
  github-release: duffn/[email protected]

jobs:
  release:
    docker:
      - image: cimg/base:stable
    steps:
      - checkout
      - github-release/release

workflows:
  release:
    jobs:
      - release:
          filters:
            branches:
              only:
                - main
  • Specify [semver:<major|minor|patch>] in your commit message to trigger a new release.
    • The orb will extract the SemVer from your commit message and bump the GitHub version accordingly.
    • Add [semver:skip] to your commit message to skip publishing a release or just leave [semver:<increment>] out entirely.
      • Note that when merging a PR in GitHub, if you squash your PR when merging, the title of your PR will the the title of your commit message! So, open your PR with a title like [semver:minor] New minor release, squash your PR when merging, and the orb will pick up that commit message and create a GitHub release.
  • See the examples and documentation in the CircleCI orb registry for more.

Setup

Use of this orb requires some additional setup.

github-release-orb's People

Contributors

duffn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.