Skip to content

Commit

Permalink
Merge pull request EOS-uiux-Solutions#46 from EOS-uiux-Solutions/sema…
Browse files Browse the repository at this point in the history
…ntic-documentation

Added documentation for semantic-release
  • Loading branch information
Abhirup-99 committed Jul 19, 2022
2 parents de3d83c + e5d245d commit 3a7b033
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,10 @@ Run the following command to check if there are any linting errors: `npm run lin
Before submitting a PR/MR make sure your code is compliant with our JS and CSS rules by running: `npm run checkFormat` and `npx prettier --check .`

If you encounter any deploy error in JS try fixing it by running `npx prettier --write .`

## Semantic Release

Semantic Release helps in automating the whole package release workflow. semantic-release uses the commit messages to determine the consumer impact of changes in the codebase.

To commit a release follow the link below:
https://github.com/EOS-uiux-Solutions/wiki/blob/main/Semantic-Releases.md

0 comments on commit 3a7b033

Please sign in to comment.