Skip to content

Commit

Permalink
chore(*): prepare 3.9.x (#335)
Browse files Browse the repository at this point in the history
* chore(*): prepare 3.9.x

* test: skipping routes-expressions tests for now

* chore: revert skipping the routes-expressions tests
  • Loading branch information
sumimakito authored Nov 26, 2024
1 parent 14bd821 commit e1308a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.9.x
tags-ignore:
- nightly
- nightly-3.9.x

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -78,11 +78,11 @@ jobs:
run: bash .ci/release-non-nightly.sh

- name: Release nightly
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/release/3.9.x'
timeout-minutes: 5
env:
GH_TOKEN: ${{ github.token }}
GH_REPOSITORY: ${{ github.repository }}
RELEASE_TAG_NAME: nightly
RELEASE_TAG_NAME: nightly-3.9.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": "0.0.0.0",
"version": "3.9.0.0-rc.1",
"type": "module",
"scripts": {
"serve": "vite",
Expand Down

0 comments on commit e1308a6

Please sign in to comment.