Skip to content

a semantic-release action made with the purpose of learning (:

Notifications You must be signed in to change notification settings

joaofnds/semantic-release-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage example

will install semantic-release and the additional specified plugins, clone your repo, and run npx semantic-release

on: [push]

jobs:
  release:
    runs-on: ubuntu-latest
    steps:
      - uses: joaofnds/semantic-release-action@v1.4.0
        with:
          plugins: "@semantic-release/changelog @semantic-release/git"
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Inputs

key default description
version 24.0.0 semantic-release version
plugins "" additional plugins to install

About

a semantic-release action made with the purpose of learning (:

Resources

Stars

Watchers

Forks

Packages

No packages published