Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
chore: release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clouedoc committed Jun 24, 2022
1 parent 7f1f7b0 commit 3783501
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions DEV_README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Developer's README.md

### Releasing a new version

1. Update your manifest.json with your new version number, such as 1.0.1, and the minimum Obsidian version required for your latest release.
2. Update your versions.json file with "new-plugin-version": "minimum-obsidian-version" so older versions of Obsidian can download an older version of your plugin that's compatible.
3. Create new GitHub release using your new version number as the "Tag version". Use the exact version number, don't include a prefix v. See here for an example: https://github.com/obsidianmd/obsidian-sample-plugin/releases
4. Upload the files manifest.json, main.js, styles.css as binary attachments. Note: The manifest.json file must be in two places, first the root path of your repository and also in the release.
Publish the release.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "postgresql-obsidian",
"name": "PostgreSQL Obsidian",
"version": "0.0.1",
"version": "0.0.2",
"minAppVersion": "0.12.0",
"description": "An Obsidian plugin to upload your notes' metadata to your database.",
"author": "clouedoc",
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"0.0.2": "0.9.7",
"0.0.1": "0.9.7"
}

0 comments on commit 3783501

Please sign in to comment.