Skip to content

Commit 4b9639f

Browse files
committed
chore: start branch 6.x
1 parent 98630aa commit 4b9639f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/nodejs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Node.js CI
1+
name: CI for 6.x
22

33
on:
44
push:
5-
branch: master
5+
branch: 6.x
66
pull_request:
7-
branch: master
7+
branch: 6.x
88

99
jobs:
1010
build:

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"description": "Koa cookie session middleware with external store support",
44
"repository": "koajs/session",
55
"version": "6.4.0",
6+
"publishConfig": {
7+
"tag": "latest-6"
8+
},
69
"keywords": [
710
"koa",
811
"middleware",

0 commit comments

Comments
 (0)