Skip to content

vidahealth/release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vidahealth/release Custom Github Action

Automate creating a release candidate branch

CURRENT VERSION v1 or 1.2.0

What does it do?

  • checks out release
  • gets the commit hash from master
  • cuts a new branch as release-${hash} from release
  • merges master in the new branch
  • tags and pushes the new branch

How do I use it?

Create .github/workflows/release.yml in your repository with the following contents:

name: 'Release'

on: workflow_dispatch

jobs:
  release:
    runs-on: ubuntu-latest
    steps:
      - name: Release
        uses: vidahealth/release@v1

To run it in the repository, navigate to Actions: run_example.png

About

A custom Github Action for release management

Resources

Stars

Watchers

Forks

Packages

No packages published