Skip to content

Commit

Permalink
fix: update readme with publish process
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGOs92 committed Dec 1, 2020
1 parent d542d61 commit f8c68d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ npm run build
# lint all JS/Vue component files in `src/`
npm run lint

# Publish new release
## Update package.json with new version X.X.X (TODO : automate this with git hooks)
git tag vX.X.X
git push origin vX.X.X

## Create draft release on github with the tag created just before

npm run build:publish

```

---
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": "hip-note",
"version": "1.1.2",
"version": "1.2.0",
"author": "Guillaume Fay",
"description": "Markdown editor with templates for taking notes, writing articles, generating resumes and much more!",
"license": "MIT",
Expand Down

0 comments on commit f8c68d2

Please sign in to comment.