Skip to content

Commit

Permalink
release version 3.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Kafieh committed Aug 13, 2024
1 parent 5548534 commit c4227d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 deletions bumpVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,16 @@ if (values.alpha) {
"git",
"commit",
"-m",
'"release',
"version",
`${manifest.version}"`,
`release version ${manifest.version}`,
];
Bun.spawnSync(commitCmd, { stdio: ["inherit", "inherit", "inherit"] });

// Bun.spawn([
// "git",
// "push",
// "--atomic",
// "origin",
// "master",
// manifest.version,
// ]);
Bun.spawn([
"git",
"push",
"--atomic",
"origin",
"master",
manifest.version,
]);
})();
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-list-modified",
"name": "List Modified",
"version": "26.0.0",
"version": "3.0.0",
"minAppVersion": "1.5.7",
"description": "The advanced and adaptive changelog. Links all modified files meeting certain criteria to a timed (daily, weekly, monthly) note.",
"author": "Francis Kafieh",
Expand Down

0 comments on commit c4227d7

Please sign in to comment.