Skip to content

Commit

Permalink
Merge pull request #9 from projectpotos/semantic-release
Browse files Browse the repository at this point in the history
feat(ci): automatic semantic release
  • Loading branch information
Schroeffu authored Nov 29, 2022
2 parents 9e28f26 + e301a7c commit f31db1b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---

name: Semantic Release

on:
push:
branches:
- main

jobs:
semanticrelease:
uses: projectpotos/.github/.github/workflows/semantic-release.yml@main

0 comments on commit f31db1b

Please sign in to comment.