mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
chore: release v9.0.2 (release.sh) (#2412)
* chore: release v9.0.2 (release.sh) * chore: remove release in favor of release drafter
This commit is contained in:
committed by
GitHub
parent
e29e42cde2
commit
a38f75b640
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
@ -1,17 +0,0 @@
|
||||
name: Releases
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
body:
|
||||
Please refer to
|
||||
[CHANGELOG.md](https://github.com/go-redis/redis/blob/master/CHANGELOG.md) for details
|
Reference in New Issue
Block a user