mirror of
https://github.com/kadisonm/obsidian-homework-plugin.git
synced 2026-07-22 08:40:33 +00:00
Update versions and dev docs
This commit is contained in:
parent
da8e0e6126
commit
464a315069
4 changed files with 11 additions and 4 deletions
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
|
@ -32,6 +32,7 @@ body:
|
|||
attributes:
|
||||
label: Plugin version?
|
||||
options:
|
||||
- 1.1.1
|
||||
- 1.1.0
|
||||
- 1.0.1
|
||||
- 1.0.0
|
||||
|
|
|
|||
|
|
@ -15,7 +15,13 @@ To see SCSS changes run `npm run sass` in a seperate terminal.
|
|||
## Release
|
||||
The following is for maintainers.
|
||||
|
||||
Make sure to commit and push all changes first. After creating an pushing to a tag, go to GitHub.com and edit the draft version.
|
||||
Make sure to commit and push all changes first. After creating and pushing to a tag, go to GitHub.com and edit the draft version.
|
||||
|
||||
### Updating Versions
|
||||
1. Update [manifest.json](../manifest.json) version
|
||||
2. Update both versions in [package-lock.json](../package-lock.json)
|
||||
3. Update currentVersion in [src/data-editor](../src/data-editor)
|
||||
4. Add version option to [.github/ISSUE_TEMPLATE/bug_report.yaml](../.github/ISSUE_TEMPLATE/bug_report.yaml)
|
||||
|
||||
### Create new tag
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "homework-manager",
|
||||
"name": "Homework Manager",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Keeps track of homework through a to-do list.",
|
||||
"author": "Kadison McLellan",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-homework-manager",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-homework-manager",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"license": "GPL-3.0",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
|
|
|
|||
Loading…
Reference in a new issue