Skip to content

Commit

Permalink
release:beta
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Mar 10, 2024
1 parent 2ae0d6e commit 17caaa2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README-beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,5 @@ If you're so inclined, you can buy me a coffee over here: https://ko-fi.com/skep
3. `npm run version:beta` to update `manifest-beta.json` and `versions.json` accordingly
4. `git tag -a x.x.x-beta -m 'x.x.x-beta'` to tag the build
5. `git push origin x.x.x-beta` to push the release and trigger the action

Or, do steps 3-5 in one go with `npm run release:beta`
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.18-beta",
"version": "4.0.19-beta",
"minAppVersion": "1.0.0",
"description": "Add structured hierarchies to your notes",
"author": "SkepticMystic",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "breadcrumbs",
"version": "4.0.18-beta",
"version": "4.0.19-beta",
"description": "Add structured hierarchies to your Obsidian vault",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,6 @@
"4.0.15-beta": "1.0.0",
"4.0.16-beta": "1.0.0",
"4.0.17-beta": "1.0.0",
"4.0.18-beta": "1.0.0"
"4.0.18-beta": "1.0.0",
"4.0.19-beta": "1.0.0"
}

0 comments on commit 17caaa2

Please sign in to comment.