Skip to content

Commit

Permalink
chore(*): release v3.7.0.0 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito authored Apr 29, 2024
1 parent eca10e3 commit b6516f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build & Release
on:
push:
branches:
- main
- release/3.7.x
tags-ignore:
- nightly
- nightly-3.7.x

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -83,6 +83,6 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
GH_REPOSITORY: ${{ github.repository }}
RELEASE_TAG_NAME: nightly
RELEASE_TAG_NAME: nightly-3.7.x
RELEASE_TARGET: ${{ github.sha }}
run: bash .ci/release-nightly.sh
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kong-manager",
"private": true,
"version": "3.5.0.0",
"version": "3.7.0.0",
"type": "module",
"scripts": {
"serve": "vite",
Expand Down

0 comments on commit b6516f5

Please sign in to comment.