Commit Graph

6 Commits

Author SHA1 Message Date
Lance Ball fd99cb1e59
docs: add instructions and details to contributors guide (#105)
This commit adds instructions and details to contributors guide and provides detailed guidance for pull requests and maintainers in separate documents.

Signed-off-by: Lance Ball <lball@redhat.com>
2020-05-11 20:08:45 -04:00
Lance Ball f47bca4ff0 chore: add standard-version and release script
This commit adds the `standard-version` module for managing releases.
When running `npm run release` the following steps are taken.

1. Retreive the current version of your repository by looking at package.json.
2. Bump the version in package.json based on the commits.
3. Prepends to the CHANGELOG based on the commits (uses conventional-changelog under the hood).
4. Create a new commit including the package.json and updated CHANGELOG.
5. Create a new tag with the new version number.

This works best if all commits follow the Conventional Commits specification.
https://www.conventionalcommits.org/en/v1.0.0/

Fixes: https://github.com/cloudevents/sdk-javascript/issues/56

Signed-off-by: Lance Ball <lball@redhat.com>
2020-04-29 08:50:52 -03:00
Fabio José 1f95a3544b Add changelog too
Signed-off-by: Fabio José <fabiojose@gmail.com>
2019-08-22 09:14:09 -03:00
Fabio José 08996aeafc Notes about branch management
Signed-off-by: Fabio José <fabiojose@gmail.com>
2019-08-06 09:54:05 -03:00
Fabio José 064b0226bd Fix contributing. Closes #20
Signed-off-by: Fabio José <fabiojose@gmail.com>
2019-06-16 20:08:35 -03:00
Fabio José a18baf4aa8 Closes #20: contributing guidelines
Signed-off-by: Fabio José <fabiojose@gmail.com>
2019-06-16 20:05:44 -03:00