Skip to content

Commit

Permalink
chore(release): auto release
Browse files Browse the repository at this point in the history
Release new version by creating tags automatically following the
Conventional Commits.
  • Loading branch information
faabiosr committed Sep 5, 2024
1 parent 0527106 commit 020b9c1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: release

on:
push:
branches:
- main

permissions:
contents: write

jobs:
release:
name: release
runs-on: [ubuntu-latest]

steps:
- name: checkout the code
uses: actions/checkout@v4

- name: run semantic-release
uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 020b9c1

Please sign in to comment.