1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

Automate release process (#1852)

This commit is contained in:
Vladimir Mihailenco
2021-08-11 17:14:46 +03:00
committed by GitHub
parent fd3025bfed
commit 5e89d627dd
4 changed files with 141 additions and 0 deletions

15
.github/workflows/release.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: release
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body: Check CHANGELOG.md for details