Skip to content

Commit

Permalink
added README [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmonsi committed Mar 31, 2018
1 parent cad2db3 commit 365683b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,19 @@ A take on automating testing and deployment. This is an upgrade of the `testing-
- create branch from develop
- test on branch
- edit bugs if ever
- do local test
- when tests are ok, run `npm version`
- create PR to master
- when tests are ok, merge PR

### When releasing/deploying
- git pull on master
- change package.json version
-
### After making a release
- create branch from master
- run `github_changelog_generator`
- commit with [ci-skip]
- create PR to master
- merge to master
- create PR to develop (using master)
- merge to develop

**Note** The next part of README is how to test Web components
-----------------------------
Expand Down

0 comments on commit 365683b

Please sign in to comment.