Skip to content

Commit 6ad8902

Browse files
authored
feat: add release notes for v1.8.0 release (#2111)
* feat: add release notes for v1.8.0 release * apply suggestions
1 parent 76c196b commit 6ad8902

17 files changed

Lines changed: 115 additions & 14 deletions

.asf.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ github:
4949
1.7.0:
5050
required_pull_request_reviews:
5151
required_approving_review_count: 1
52+
1.8.0:
53+
required_pull_request_reviews:
54+
required_approving_review_count: 1

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
pull_request:
2525
branches:
2626
- master
27-
- 1.7.0
27+
- 1.8.0
2828
schedule:
2929
- cron: '25 5 * * 5'
3030

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
pull_request:
2222
branches:
2323
- master
24-
- 1.7.0
24+
- 1.8.0
2525

2626
permissions:
2727
contents: read

.github/workflows/e2e-test-ci-v2-cron-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
push:
2626
branches:
2727
- master
28-
- 1.7.0
28+
- 1.8.0
2929

3030
concurrency:
3131
group: ${{ github.workflow }}-dev

.github/workflows/e2e-test-ci-v2-cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
pull_request:
2525
branches:
2626
- master
27-
- 1.7.0
27+
- 1.8.0
2828

2929
concurrency:
3030
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-v2

.github/workflows/e2e-test-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- 1.7.0
28+
- 1.8.0
2929

3030
concurrency:
3131
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/goimports-reviser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- 1.7.0
28+
- 1.8.0
2929
jobs:
3030
changes:
3131
runs-on: ubuntu-latest

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- 1.7.0
28+
- 1.8.0
2929

3030
jobs:
3131
changes:

.github/workflows/license-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- 1.7.0
28+
- 1.8.0
2929

3030
jobs:
3131
check-license:

.github/workflows/lint-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- 1.7.0
28+
- 1.8.0
2929
jobs:
3030
changes:
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)