Skip to content

Commit fd7ea86

Browse files
chore(*): release v3.8.0.0 (#273)
* chore(*): release v3.8.0.0 * chore(*): release v3.8.0.0
1 parent 3214da7 commit fd7ea86

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.8.x
77
tags-ignore:
8-
- nightly
8+
- nightly-3.8.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.8.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.8.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.8.0.0",
55
"type": "module",
66
"scripts": {
77
"serve": "vite",

0 commit comments

Comments
 (0)