Commit Graph

16 Commits

Author SHA1 Message Date
Lance Ball b3d9dd2d2a
chore(release): 2.0.2 2020-06-08 14:00:56 -04:00
Lance Ball edad2a6182
chore(release): 2.0.1 2020-06-01 14:03:55 -04:00
Lance Ball daf945c50e
chore(release): 2.0.0 2020-05-27 13:52:33 -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
Lance Ball aa2cef6e3c
deps: update old and remove unused dependencies
This commit updates all of the dependencies in package.json to
their most recent versions. It also removes dependencies that were
specified in package.json but not used - or only used in a
`require()` statement.

These changes have some ripple effects. Istanbul has not been
supported for some time, so it has been replaced with nyc.
The code coverage reporting tool from codacy has been updated
as well. This could not be tested without having the API token.

Finally, the CI job has been modified to run tests on Node.js
versions 10x and 12x. All older versions of Node.js are no longer
maintained.

Signed-off-by: Lance Ball <lball@redhat.com>
2020-04-20 14:53:53 -04:00
Lance Ball 388c1fc1f7
squash: add changes to CHANGELOG.md
Signed-off-by: Lance Ball <lball@redhat.com>
2020-04-15 09:18:11 -04:00
Fabio José 861e4aa0b0 Document the removal of Unmarshallers
Signed-off-by: Fabio José <fabiojose@gmail.com>
2019-11-06 10:50:04 -03:00
Fabio José d05dc33ebb Document the changelog of v1.0.0
Signed-off-by: Fabio José <fabiojose@gmail.com>
2019-10-29 16:28:39 -03:00
Fabio José fcdf580b64 Organize the release notes for 0.3.2
Signed-off-by: Fabio José <fabiojose@gmail.com>
2019-09-01 10:47:10 -03:00
Fabio José 1766647700 Fix the link typo
Signed-off-by: Fabio José <fabiojose@gmail.com>
2019-08-23 10:53:42 -03:00
Fabio José 70581b21ff Fixing the anchor for tag compare
Signed-off-by: Fabio José <fabiojose@gmail.com>
2019-08-23 10:52:31 -03:00
Fabio José ea779e86f8 Version in the changelog
Signed-off-by: Fabio José <fabiojose@gmail.com>
2019-08-23 08:07:09 -03:00
Fabio José 88934971d5 Fix changelog semantics for unreleased
Signed-off-by: Fabio José <fabiojose@gmail.com>
2019-08-22 09:36:49 -03:00
Fabio José 7cae816751 Fixing the changelog semantics
Signed-off-by: Fabio José <fabiojose@gmail.com>
2019-08-22 09:21:48 -03:00
Fabio José ec1d6e53e5 Add link to issue #32
Signed-off-by: Fabio José <fabiojose@gmail.com>
2019-08-22 09:16:59 -03:00
Fabio José afee32fcd3 The changelog start
Signed-off-by: Fabio José <fabiojose@gmail.com>
2019-08-22 09:13:37 -03:00