Skip to content

Commit dd1608e

Browse files
committed
v0.2.0
1 parent 8a397ce commit dd1608e

File tree

3 files changed

+230
-1
lines changed

3 files changed

+230
-1
lines changed

bump.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { defineConfig } from 'bumpp';
2+
import { version } from './package.json';
3+
4+
export default defineConfig({
5+
commit: 'v%s',
6+
currentVersion: version,
7+
confirm: false,
8+
tag: false,
9+
push: false,
10+
});

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rstack-ecosystem-ci",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Rstack Ecosystem CI",
55
"homepage": "https://github.com/rspack-contrib/rstack-ecosystem-ci#readme",
66
"bugs": {
@@ -38,6 +38,7 @@
3838
"@biomejs/biome": "^1.9.4",
3939
"@types/node": "^18.15.5",
4040
"@types/semver": "^7.3.13",
41+
"bumpp": "^10.3.2",
4142
"nano-staged": "^0.8.0",
4243
"semver": "^7.3.8",
4344
"simple-git-hooks": "^2.8.1",

0 commit comments

Comments
 (0)