Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1002 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (19 loc) · 1002 Bytes

Contributing to nx-semantic-release

Do you want to contribute to the project? Thats great! 🎉

Read more below to get started:

Development

After cloning repo run:

npm install

In order to run tests run:

npm run test

Note: E2E tests use @nx/plugin for generating test workspace. You can learn more about it here.

Working with code

The master branch is locked for the push action. For proposing changes, use the standard pull request approach. It's recommended to discuss fixes or new functionality in the Issues, first.

Commiting changes

The project follows Conventional Commits for committing changes.

How to publish

The package is automatically published on every push to master branch if there are relevant changes.