Skip to content

Commit

Permalink
release:beta
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Apr 1, 2024
1 parent 9b1cb3d commit 4ea9b71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "breadcrumbs",
"name": "Breadcrumbs",
"version": "4.0.68-beta",
"version": "4.0.69-beta",
"minAppVersion": "1.0.0",
"description": "Add structured hierarchies to your notes",
"author": "SkepticMystic",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "breadcrumbs",
"version": "4.0.68-beta",
"version": "4.0.69-beta",
"description": "Add structured hierarchies to your Obsidian vault",
"main": "main.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"build": "npm run build:css && npm run build:esbuild",
"version:prod": "node version-bump.mjs && git add manifest.json versions.json package.json",
"version:beta": "node version-bump-beta.mjs && git add manifest-beta.json versions.json package.json",
"release:beta": "npm run version:beta && git add . && git commit -m 'release:beta' && git push origin master:master && git tag -a $npm_package_version -m \"$npm_package_version\" && git push --tags",
"release:beta": "npm run version:beta && git commit -m 'release:beta' && git push origin master:master && git tag -a $npm_package_version -m \"$npm_package_version\" && git push --tags",
"test": "vitest",
"coverage:ui": "vitest run --coverage --coverage.include 'src/**' --coverage.reporter html && npx vite preview --outDir ./coverage --open"
},
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,6 @@
"4.0.65-beta": "1.0.0",
"4.0.66-beta": "1.0.0",
"4.0.67-beta": "1.0.0",
"4.0.68-beta": "1.0.0"
"4.0.68-beta": "1.0.0",
"4.0.69-beta": "1.0.0"
}

0 comments on commit 4ea9b71

Please sign in to comment.