Skip to content

Commit 508cf48

Browse files
author
danielcaldas
committed
Release 0.2.0
1 parent e2f8352 commit 508cf48

File tree

6 files changed

+852
-774
lines changed

6 files changed

+852
-774
lines changed

RELEASE_PROCESS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Release Process
2+
3+
This is not yet a full automated process, so here are a few steps to get the thing properly released on github
4+
and publish under npm registry.
5+
6+
1. npm run dist
7+
2. npm run docs:lint (fix if errors)
8+
3. npm run docs
9+
4. Small tweaks on documentation page (quicklinks, versioning)
10+
5. Update versioning in package.json
11+
6. git commit -m "Release x.x.x"
12+
7. Create release x.x.x in github
13+
8. git pull (origin master)
14+
9. Generate CHANGELOG.md (github_changelog_generator -u GITHUB_USERNAME)
15+
10. git commit -m "Update CHANGELOG"
16+
11. npm publish

0 commit comments

Comments
 (0)