Skip to content

Commit

Permalink
ci: semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Apr 13, 2024
1 parent a58762f commit bc8452e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Semantic release
on:
workflow_dispatch:
push:
branches:
- master
- main
- new-master

jobs:
release:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.semrel.outputs.version }}

steps:
- uses: actions/checkout@v3
- uses: go-semantic-release/action@v1
id: semrel
name: Release
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "quickemu-extended",
"version": "4.9.3",
"scripts": {
"test": "shellcheck -S error quickget quickemu"
},
"license": "MIT"
}

0 comments on commit bc8452e

Please sign in to comment.