Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/ext.json

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

4 changes: 2 additions & 2 deletions docs/ext.json

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

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-scratchpad-editor",
"version": "0.0.46",
"version": "0.0.47",
"description": "",
"scripts": {
"analyze": "npm run build:dist -- --env.analyzer",
Expand Down
10 changes: 10 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
To deploy the Standard Notes extension:

1. check out a new branch in the format release-x.x.x
1. run `npm version <major | minor | patch>` so the committed version matches the branch name
1. update the fields in ext.json to point to the new version, specifically the `version` and `download_url`
1. run `npm run build`
1. commit these changes as "Update manifest version"
1. push to GitHub and merge the branch
1. create a new release and tag matching the x.x.x version number from above
1. pull master and run scripts/deploy.sh
4 changes: 2 additions & 2 deletions src/ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"name": "Scratch Editor",
"content_type": "SN|Component",
"area": "editor-editor",
"version": "0.0.46",
"version": "0.0.47",
"description": "An editor for writing things down.",
"url": "https://scratch-editor.com",
"hosted_url": "https://scratch-editor.com",
"download_url": "https://github.com/dylanonelson/sn-scratch-editor/archive/0.0.46.zip",
"download_url": "https://github.com/dylanonelson/sn-scratch-editor/archive/0.0.47.zip",
"latest_url": "https://scratch-editor.com/ext.json",
"marketing_url": "https://dylanonelson.github.io/sn-scratch-editor"
}