Skip to content

Commit 6f9c0ad

Browse files
brettstackclaude
andcommitted
chore: configure 4.x maintenance branch
- Set semantic-release branch to 4.x - Update CI triggers to 4.x branch - Update README with maintenance notice Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9eee2a5 commit 6f9c0ad

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/release-on-push-to-mainline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CICD
22
on:
33
push:
4-
branches: [mainline]
4+
branches: [4.x]
55
pull_request:
66
env:
77
HUSKY: 0
@@ -38,7 +38,7 @@ jobs:
3838
if: matrix.node-version == '20.x'
3939
run: npm audit --audit-level critical
4040
release:
41-
if: github.event_name == 'push' && github.ref == 'refs/heads/mainline'
41+
if: github.event_name == 'push' && github.ref == 'refs/heads/4.x'
4242
needs: test-lint-audit
4343
permissions:
4444
contents: write

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11

2-
> **v5.0.0 Beta Released!** Version 5.0.0 is now available in beta with Node.js 24 support, removal of deprecated APIs, and a fix for nested routes and custom domains. Install with: `npm install @codegenie/serverless-express@beta`
3-
>
4-
> Upgrading should be seamless unless you relied on deprecated APIs. See [UPGRADE.md](UPGRADE.md#from-4x-to-5x) for details.
5-
>
6-
> **Note:** Version 4.x is now in maintenance mode and will only receive critical bug fixes.
2+
> **This is the 4.x maintenance branch.** Only critical bug fixes. For new features, use v5: `npm install @codegenie/serverless-express`
73
84
<h2 align="center">Serverless Express by</h1>
95
<p align="center">

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
branches: [
3-
'mainline'
3+
'4.x'
44
],
55
plugins: [
66
[

0 commit comments

Comments
 (0)