Skip to content

Commit caae668

Browse files
committed
chore(org): bump version
1 parent 9dffdc8 commit caae668

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changes/org-create.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"algohub": patch:feat
3+
---
4+
5+
Created a new org create page.

scripts/release-aur.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ const releaseAur = defineCommand({
173173
// Setup Git repository
174174
execSync("git add .", {
175175
stdio: "inherit",
176-
cwd: "aur",
177176
});
178177
execSync(`git -C aur config user.name "苏向夜"`, { stdio: "inherit" });
179178
execSync(`git -C aur config user.email "[email protected]"`, {

0 commit comments

Comments
 (0)