Skip to content

added readme

added readme #7

# runs on each push to main and is responsible for creating new tags/releases
name: Create Semantic Release
on:
push:
branches:
- main
jobs:
semantic-release:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run go-semantic-release
id: semrel
uses: go-semantic-release/action@v1.21
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
allow-initial-development-versions: true