We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a397ce commit dd1608eCopy full SHA for dd1608e
bump.config.ts
@@ -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
@@ -1,6 +1,6 @@
{
"name": "rstack-ecosystem-ci",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "Rstack Ecosystem CI",
"homepage": "https://github.com/rspack-contrib/rstack-ecosystem-ci#readme",
"bugs": {
@@ -38,6 +38,7 @@
38
"@biomejs/biome": "^1.9.4",
39
"@types/node": "^18.15.5",
40
"@types/semver": "^7.3.13",
41
+ "bumpp": "^10.3.2",
42
"nano-staged": "^0.8.0",
43
"semver": "^7.3.8",
44
"simple-git-hooks": "^2.8.1",
0 commit comments