Skip to content

Commit

Permalink
Automate release process (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Fetinin <[email protected]>
  • Loading branch information
Denis and Denis Fetinin authored Feb 20, 2021
1 parent 4c87ad0 commit 3dedfdd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: AutoRelease

on:
push:
branches: [ master ]

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: CupOfTea696/[email protected]
with:
title: "Release: $version"
tag: "v$semver"
draft: true
regex: "/^Release: #{semver}$/i"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3dedfdd

Please sign in to comment.