Skip to content

Commit

Permalink
updated release notes [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dfee committed Feb 10, 2019
1 parent 2650c91 commit 70b4b71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"gzipped": 9217
},
"dist/rbx.umd.js": {
"bundled": 91084,
"minified": 45824,
"gzipped": 9411
"bundled": 91117,
"minified": 45838,
"gzipped": 9416
}
}
9 changes: 4 additions & 5 deletions src/__docs__/etc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,10 @@ After an acceptable pull request is received, here is the release process:
- [ ] `git pull`
- [ ] `git merge <new-branch>`
- [ ] `npm version` (update package version).
- [ ] `git push master` and `git push origin <version-tag>`
- [ ] `git push` and `git push origin <version-tag>`
- [ ] ensure CI coverage passes (again)
- [ ] `make` (create a new release with updated version)
- [ ] `make publish` (publish to NPM)
- [ ] `make docs` and `make docs-publish` (optional, build new docs for GitHub Pages)
- [ ] publish release on GitHub (find tag, make release)
- [ ] `make` and `make publish` (create a new release with updated version, and publish to NPM)
- [ ] `make docs` and `make docs-publish` (optional, build and publish docs to GitHub Pages)
- [ ] create release on GitHub (find tag -> "Create release")
- [ ] `git branch -d <new-branch>` (delete `<new-branch>` locally)
- [ ] `git push --delete origin <new-branch>` (delete `<new-branch>` on remote)

0 comments on commit 70b4b71

Please sign in to comment.