Skip to content

Commit e1308a6

Browse files
authored
chore(*): prepare 3.9.x (#335)
* chore(*): prepare 3.9.x * test: skipping routes-expressions tests for now * chore: revert skipping the routes-expressions tests
1 parent 14bd821 commit e1308a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Build & Release
33
on:
44
push:
55
branches:
6-
- main
6+
- release/3.9.x
77
tags-ignore:
8-
- nightly
8+
- nightly-3.9.x
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
@@ -78,11 +78,11 @@ jobs:
7878
run: bash .ci/release-non-nightly.sh
7979

8080
- name: Release nightly
81-
if: github.ref == 'refs/heads/main'
81+
if: github.ref == 'refs/heads/release/3.9.x'
8282
timeout-minutes: 5
8383
env:
8484
GH_TOKEN: ${{ github.token }}
8585
GH_REPOSITORY: ${{ github.repository }}
86-
RELEASE_TAG_NAME: nightly
86+
RELEASE_TAG_NAME: nightly-3.9.x
8787
RELEASE_TARGET: ${{ github.sha }}
8888
run: bash .ci/release-nightly.sh

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kong-manager",
33
"private": true,
4-
"version": "0.0.0.0",
4+
"version": "3.9.0.0-rc.1",
55
"type": "module",
66
"scripts": {
77
"serve": "vite",

0 commit comments

Comments
 (0)