You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Auto release via drafting, step one (#2453)
* first step of auto-release with the release drafter * PR Comments * making leibale happy
This commit is contained in:
50
.github/release-drafter/bloom-config.yml
vendored
Normal file
50
.github/release-drafter/bloom-config.yml
vendored
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
name-template: 'bloom@$NEXT_PATCH_VERSION'
|
||||||
|
tag-template: 'bloom@$NEXT_PATCH_VERSION'
|
||||||
|
autolabeler:
|
||||||
|
- label: 'chore'
|
||||||
|
files:
|
||||||
|
- '*.md'
|
||||||
|
- '.github/*'
|
||||||
|
- label: 'bug'
|
||||||
|
branch:
|
||||||
|
- '/bug-.+'
|
||||||
|
- label: 'chore'
|
||||||
|
branch:
|
||||||
|
- '/chore-.+'
|
||||||
|
- label: 'feature'
|
||||||
|
branch:
|
||||||
|
- '/feature-.+'
|
||||||
|
categories:
|
||||||
|
- title: 'Breaking Changes'
|
||||||
|
labels:
|
||||||
|
- 'breakingchange'
|
||||||
|
- title: '🚀 New Features'
|
||||||
|
labels:
|
||||||
|
- 'feature'
|
||||||
|
- 'enhancement'
|
||||||
|
- title: '🐛 Bug Fixes'
|
||||||
|
labels:
|
||||||
|
- 'fix'
|
||||||
|
- 'bugfix'
|
||||||
|
- 'bug'
|
||||||
|
- title: '🧰 Maintenance'
|
||||||
|
label:
|
||||||
|
- 'chore'
|
||||||
|
- 'maintenance'
|
||||||
|
- 'documentation'
|
||||||
|
- 'docs'
|
||||||
|
|
||||||
|
change-template: '- $TITLE (#$NUMBER)'
|
||||||
|
include-paths:
|
||||||
|
- 'packages/bloom'
|
||||||
|
exclude-labels:
|
||||||
|
- 'skip-changelog'
|
||||||
|
template: |
|
||||||
|
## Changes
|
||||||
|
|
||||||
|
$CHANGES
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
We'd like to thank all the contributors who worked on this release!
|
||||||
|
|
||||||
|
$CONTRIBUTORS
|
49
.github/release-drafter/graph-config.yml
vendored
Normal file
49
.github/release-drafter/graph-config.yml
vendored
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
name-template: 'graph@$NEXT_PATCH_VERSION'
|
||||||
|
tag-template: 'graph@$NEXT_PATCH_VERSION'
|
||||||
|
autolabeler:
|
||||||
|
- label: 'chore'
|
||||||
|
files:
|
||||||
|
- '*.md'
|
||||||
|
- '.github/*'
|
||||||
|
- label: 'bug'
|
||||||
|
branch:
|
||||||
|
- '/bug-.+'
|
||||||
|
- label: 'chore'
|
||||||
|
branch:
|
||||||
|
- '/chore-.+'
|
||||||
|
- label: 'feature'
|
||||||
|
branch:
|
||||||
|
- '/feature-.+'
|
||||||
|
categories:
|
||||||
|
- title: 'Breaking Changes'
|
||||||
|
labels:
|
||||||
|
- 'breakingchange'
|
||||||
|
- title: '🚀 New Features'
|
||||||
|
labels:
|
||||||
|
- 'feature'
|
||||||
|
- 'enhancement'
|
||||||
|
- title: '🐛 Bug Fixes'
|
||||||
|
labels:
|
||||||
|
- 'fix'
|
||||||
|
- 'bugfix'
|
||||||
|
- 'bug'
|
||||||
|
- title: '🧰 Maintenance'
|
||||||
|
label:
|
||||||
|
- 'chore'
|
||||||
|
- 'maintenance'
|
||||||
|
- 'documentation'
|
||||||
|
- 'docs'
|
||||||
|
change-template: '- $TITLE (#$NUMBER)'
|
||||||
|
include-paths:
|
||||||
|
- 'packages/graph'
|
||||||
|
exclude-labels:
|
||||||
|
- 'skip-changelog'
|
||||||
|
template: |
|
||||||
|
## Changes
|
||||||
|
|
||||||
|
$CHANGES
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
We'd like to thank all the contributors who worked on this release!
|
||||||
|
|
||||||
|
$CONTRIBUTORS
|
@@ -1,5 +1,5 @@
|
|||||||
name-template: 'Version $NEXT_PATCH_VERSION'
|
name-template: 'json@$NEXT_PATCH_VERSION'
|
||||||
tag-template: 'v$NEXT_PATCH_VERSION'
|
tag-template: 'json@$NEXT_PATCH_VERSION'
|
||||||
autolabeler:
|
autolabeler:
|
||||||
- label: 'chore'
|
- label: 'chore'
|
||||||
files:
|
files:
|
||||||
@@ -28,8 +28,15 @@ categories:
|
|||||||
- 'bugfix'
|
- 'bugfix'
|
||||||
- 'bug'
|
- 'bug'
|
||||||
- title: '🧰 Maintenance'
|
- title: '🧰 Maintenance'
|
||||||
label: 'chore'
|
label:
|
||||||
|
- 'chore'
|
||||||
|
- 'maintenance'
|
||||||
|
- 'documentation'
|
||||||
|
- 'docs'
|
||||||
|
|
||||||
change-template: '- $TITLE (#$NUMBER)'
|
change-template: '- $TITLE (#$NUMBER)'
|
||||||
|
include-paths:
|
||||||
|
- 'packages/json'
|
||||||
exclude-labels:
|
exclude-labels:
|
||||||
- 'skip-changelog'
|
- 'skip-changelog'
|
||||||
template: |
|
template: |
|
50
.github/release-drafter/search-config.yml
vendored
Normal file
50
.github/release-drafter/search-config.yml
vendored
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
name-template: 'search@$NEXT_PATCH_VERSION'
|
||||||
|
tag-template: 'search@$NEXT_PATCH_VERSION'
|
||||||
|
autolabeler:
|
||||||
|
- label: 'chore'
|
||||||
|
files:
|
||||||
|
- '*.md'
|
||||||
|
- '.github/*'
|
||||||
|
- label: 'bug'
|
||||||
|
branch:
|
||||||
|
- '/bug-.+'
|
||||||
|
- label: 'chore'
|
||||||
|
branch:
|
||||||
|
- '/chore-.+'
|
||||||
|
- label: 'feature'
|
||||||
|
branch:
|
||||||
|
- '/feature-.+'
|
||||||
|
categories:
|
||||||
|
- title: 'Breaking Changes'
|
||||||
|
labels:
|
||||||
|
- 'breakingchange'
|
||||||
|
- title: '🚀 New Features'
|
||||||
|
labels:
|
||||||
|
- 'feature'
|
||||||
|
- 'enhancement'
|
||||||
|
- title: '🐛 Bug Fixes'
|
||||||
|
labels:
|
||||||
|
- 'fix'
|
||||||
|
- 'bugfix'
|
||||||
|
- 'bug'
|
||||||
|
- title: '🧰 Maintenance'
|
||||||
|
label:
|
||||||
|
- 'chore'
|
||||||
|
- 'maintenance'
|
||||||
|
- 'documentation'
|
||||||
|
- 'docs'
|
||||||
|
|
||||||
|
change-template: '- $TITLE (#$NUMBER)'
|
||||||
|
include-paths:
|
||||||
|
- 'packages/search'
|
||||||
|
exclude-labels:
|
||||||
|
- 'skip-changelog'
|
||||||
|
template: |
|
||||||
|
## Changes
|
||||||
|
|
||||||
|
$CHANGES
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
We'd like to thank all the contributors who worked on this release!
|
||||||
|
|
||||||
|
$CONTRIBUTORS
|
49
.github/release-drafter/time-series-config.yml
vendored
Normal file
49
.github/release-drafter/time-series-config.yml
vendored
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
name-template: 'time-series@$NEXT_PATCH_VERSION'
|
||||||
|
tag-template: 'time-series@$NEXT_PATCH_VERSION'
|
||||||
|
autolabeler:
|
||||||
|
- label: 'chore'
|
||||||
|
files:
|
||||||
|
- '*.md'
|
||||||
|
- '.github/*'
|
||||||
|
- label: 'bug'
|
||||||
|
branch:
|
||||||
|
- '/bug-.+'
|
||||||
|
- label: 'chore'
|
||||||
|
branch:
|
||||||
|
- '/chore-.+'
|
||||||
|
- label: 'feature'
|
||||||
|
branch:
|
||||||
|
- '/feature-.+'
|
||||||
|
categories:
|
||||||
|
- title: 'Breaking Changes'
|
||||||
|
labels:
|
||||||
|
- 'breakingchange'
|
||||||
|
- title: '🚀 New Features'
|
||||||
|
labels:
|
||||||
|
- 'feature'
|
||||||
|
- 'enhancement'
|
||||||
|
- title: '🐛 Bug Fixes'
|
||||||
|
labels:
|
||||||
|
- 'fix'
|
||||||
|
- 'bugfix'
|
||||||
|
- 'bug'
|
||||||
|
- title: '🧰 Maintenance'
|
||||||
|
label:
|
||||||
|
- 'chore'
|
||||||
|
- 'maintenance'
|
||||||
|
- 'documentation'
|
||||||
|
- 'docs'
|
||||||
|
change-template: '- $TITLE (#$NUMBER)'
|
||||||
|
include-paths:
|
||||||
|
- 'packages/time-series'
|
||||||
|
exclude-labels:
|
||||||
|
- 'skip-changelog'
|
||||||
|
template: |
|
||||||
|
## Changes
|
||||||
|
|
||||||
|
$CHANGES
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
We'd like to thank all the contributors who worked on this release!
|
||||||
|
|
||||||
|
$CONTRIBUTORS
|
23
.github/workflows/release-drafter-bloom.yml
vendored
Normal file
23
.github/workflows/release-drafter-bloom.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
name: Release Drafter
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
# branches to consider in the event; optional, defaults to all
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
update_release_draft:
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
# Drafts your next Release notes as Pull Requests are merged into "master"
|
||||||
|
- uses: release-drafter/release-drafter@v5
|
||||||
|
with:
|
||||||
|
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
|
||||||
|
config-name: release-drafter/bloom-config.yml
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
23
.github/workflows/release-drafter-graph.yml
vendored
Normal file
23
.github/workflows/release-drafter-graph.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
name: Release Drafter
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
# branches to consider in the event; optional, defaults to all
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
update_release_draft:
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
# Drafts your next Release notes as Pull Requests are merged into "master"
|
||||||
|
- uses: release-drafter/release-drafter@v5
|
||||||
|
with:
|
||||||
|
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
|
||||||
|
config-name: release-drafter/graph-config.yml
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
@@ -7,13 +7,17 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
update_release_draft:
|
update_release_draft:
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# Drafts your next Release notes as Pull Requests are merged into "master"
|
# Drafts your next Release notes as Pull Requests are merged into "master"
|
||||||
- uses: release-drafter/release-drafter@v5
|
- uses: release-drafter/release-drafter@v5
|
||||||
with:
|
with:
|
||||||
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
|
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
|
||||||
config-name: release-drafter-config.yml
|
config-name: release-drafter/json-config.yml
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
23
.github/workflows/release-drafter-search.yml
vendored
Normal file
23
.github/workflows/release-drafter-search.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
name: Release Drafter
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
# branches to consider in the event; optional, defaults to all
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
update_release_draft:
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
# Drafts your next Release notes as Pull Requests are merged into "master"
|
||||||
|
- uses: release-drafter/release-drafter@v5
|
||||||
|
with:
|
||||||
|
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
|
||||||
|
config-name: release-drafter/search-config.yml
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
23
.github/workflows/release-drafter-time-series.yml
vendored
Normal file
23
.github/workflows/release-drafter-time-series.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
name: Release Drafter
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
# branches to consider in the event; optional, defaults to all
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
update_release_draft:
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
# Drafts your next Release notes as Pull Requests are merged into "master"
|
||||||
|
- uses: release-drafter/release-drafter@v5
|
||||||
|
with:
|
||||||
|
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
|
||||||
|
config-name: release-drafter/time-series-config.yml
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Reference in New Issue
Block a user