Skip to content

Commit

Permalink
invest: gen:config task
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinslin committed Aug 10, 2020
1 parent 503d0ff commit b1d445a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
15 changes: 1 addition & 14 deletions dev/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Setup for publishing

- from workspace

```sh
mkdir build
# TODO: get secret from 1pass
Expand All @@ -27,20 +28,6 @@ git clone {dendron remote}

## Publishing a minor release

- [ ] write release notes
- [ ] bump version

```
lerna version minor
```

- [ ] update changelog

```
<a href="https://marketplace.visualstudio.com/items?itemName=dendron.dendron">Version {{version}}</a> has planted 🌱
Read about the new features and fixes in our <a href="https://www.dendron.so/notes/{{release_id}}.html">release notes</a></div>
```

- [ ] publish

```
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-core/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
},
"label": "npm: watch",
"detail": "tsc -watch -p ./"
},
{
"label": "gen:config",
"type": "shell",
"command": "node scripts/genConfig.js",
"problemMatcher": []
}
]
}

0 comments on commit b1d445a

Please sign in to comment.