Giter VIP home page Giter VIP logo

create-jira-release's Introduction

create-jira-release (GitHub Action)

Release

Creates a new Jira release for a specific Jira project and assigns all relevant* Jira issue numbers to it.
* All Jira issue numbers (e.g. TEST-123) in commit messages since last Git tag.

Prerequisites

In order to be able to use this GitHub Action, a custom Jira automation rule needs to be created first. Please refer to the screenshot below for the most important settings.

Setup Jira automation rule

Usage

See action.yml

steps:
- uses: actions/checkout@v2

- uses: GeoWerkstatt/create-jira-release@v1
  with:
    jira-project-key: 'TEST'
    jira-automation-webhook: ${{ secrets.JIRA_AUTOMATION_WEBHOOK }}
    build-version: v${{ env.VERSION }}

Options

key description required
jira-project-key Jira project identifier (e.g. TEST) true
jira-automation-webhook Jira automation webhook url true
build-version Version identifier true

Secrets

key description required
secrets.JIRA_AUTOMATION_WEBHOOK Can be obtained or regenerated in the Incoming webhook automation step of the corresponding Jira automation rule. true

Publish new GitHub Action version

A new GitHub pre-release is created automatically if there are new changes on the main branch. Uncheck This is a pre-release in the Edit-Section for a specific pre-release in order to update a major tag (e.g. v1) to point to the latest release. A major tag from the latest released tag is created automatically if a corresponding major tag doesn't exist already.

License

The scripts and documentation in this project are released under the MIT License

create-jira-release's People

Contributors

jsharpe avatar flenny 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.