Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit b7dd152

Browse files
committed
Added some start of contributing.
1 parent 2269bd4 commit b7dd152

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Contributing
2+
3+
If you need to contribute to the old version, do that on the `0.3.x` branch.
4+
The main branch is for `0.4.x` and newer.
5+
6+
1. When creating a new release, run one of the following:
7+
8+
* `gulp bump-patch`
9+
* `gulp bump-minor`
10+
* `gulp bump-major`
11+
12+
Depending on the changes.
13+
1. Run the following to create a tag: `gulp tag`.
14+
1. Push these both up to git with something like: `git push --tags`.

0 commit comments

Comments
 (0)