Skip to content

virtusize/actions-global-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Github actions global library

Versions

You can specify the version you want to use by the github tag in this repo. virtusize/actions-global-library/.github/workflows/changelog.yml@v2.0.0 If v2.0.0 exists as tag.

Examples

Usage

...
jobs:
  ...
  release-notes:
    name: 'Create release notes from CHANGELOG.md'
    uses: virtusize/actions-global-library/.github/workflows/release-notes.yml
  ...
  changelog:
    name: 'Changelog release'
    uses: virtusize/actions-global-library/.github/workflows/changelog.yml
    needs: [release-notes, example-job]
    with:
      update-changelog: false
...

About

this is a github actions library to be used across multiple virtusize repos

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •