Skip to content

Commit 0469255

Browse files
committed
Release 8.2.0
1 parent 3ff2156 commit 0469255

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/apt.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build and Publish to APT
33
on:
44
pull_request:
55
branches:
6-
- release/8.0
6+
- release/8.*
77
push:
88
branches:
9-
- release/8.0
9+
- release/8.*
1010

1111
jobs:
1212
build-source-package:
@@ -247,7 +247,7 @@ jobs:
247247
curl -sLO https://github.com/deb-s3/deb-s3/releases/download/${{ env.DEB_S3_VERSION }}/deb-s3-${{ env.DEB_S3_VERSION }}.gem
248248
gem install deb-s3-${{ env.DEB_S3_VERSION }}.gem
249249
- name: Upload packages
250-
if: github.ref == 'refs/heads/release/8.0'
250+
if: github.event_name == 'push'
251251
env:
252252
AWS_ACCESS_KEY_ID: ${{ secrets.APT_S3_ACCESS_KEY_ID }}
253253
AWS_SECRET_ACCESS_KEY: ${{ secrets.APT_S3_SECRET_ACCESS_KEY }}

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
redis (6:8.2.0-1rl1~@RELEASE@1) @RELEASE@; urgency=low
2+
3+
* Redis 8.2.0: https://github.com/redis/redis/releases/tag/8.2.0
4+
5+
-- Redis Team <[email protected]> Mon, 04 Aug 2025 16:39:20 +0300
6+
17
redis (6:8.0.3-1rl1~@RELEASE@1) @RELEASE@; urgency=low
28

39
* Redis 8.0.3: https://github.com/redis/redis/releases/tag/8.0.3

0 commit comments

Comments
 (0)