Skip to content

Commit

Permalink
Merge pull request #234 from dkhunt27/wip
Browse files Browse the repository at this point in the history
updated versions
  • Loading branch information
dkhunt27 authored Oct 26, 2022
2 parents be069cc + c44c815 commit 5122185
Show file tree
Hide file tree
Showing 7 changed files with 5,176 additions and 6,952 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,15 @@ The report is based on the coverage report generated by your test runner.
## Making changes and pushing releases
- wait for pipelines to finish
- git checkout main
- git pull
- git tag v0.3.0
- SKIP_HOOKS=true git push origin v0.3.0
- make new branch and make changes
- `npm run all`
- `git commit/push changes`
- make PR back to main
- wait for pipelines to finish (test will always finish with an error since this isn't a nx monorepo)
- `git checkout main`
- `git pull`
- `git tag v1`
- `SKIP_HOOKS=true git push origin v1`
- in github, edit tag and save (this will push to marketplace)

## NPM Check
Expand Down
Loading

0 comments on commit 5122185

Please sign in to comment.