Skip to content

Commit

Permalink
chore: adds release-as script
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Aug 29, 2023
1 parent fdad374 commit d46e92e
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 0 deletions.
84 changes: 84 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"build": "node ./esbuild.config.mjs production && npm test",
"dev": "node ./esbuild.config.mjs",
"release-as": "scripty",
"test": "jest"
},
"keywords": [],
Expand All @@ -32,6 +33,7 @@
"jest": "^27.2.5",
"moment": "2.29.4",
"obsidian": "^1.2.8",
"scripty": "^2.1.1",
"standard-version": "^9.3.2",
"svelte": "^3.49.0",
"svelte-dnd-action": "^0.9.11",
Expand Down
3 changes: 3 additions & 0 deletions scripts/release-as
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env sh

git commit --allow-empty -m "chore: release $1" -m "Release-As: $1"

0 comments on commit d46e92e

Please sign in to comment.