3.5.0 • Published 2 years ago

@eqworks/release v3.5.0

Weekly downloads
88
License
MIT
Repository
github
Last release
2 years ago

release

A CLI for changelog and release notes generation based on tags and commit history.

Installation

If you have npx available, you can directly use it without explicit installation:

% npx @eqworks/release --help

Otherwise, or when explicitly local installation is needed:

% yarn global add @eqworks/release
% # or
% npm i -g @eqworks/release

Then:

% release --help

Usage

For best formatting result, follow the conventions below:

category - message

Where category can have a sub-category following a forward slash /.

main-category/sub-category - message

For example:

builder/details - show job viz for newly created, unprocessed jobs

Since v1.3.0, a generic others category is added to capture all unparsed commit messages.

Check the detailed git conventions for more details.

Changelog (by label)

In any git repo (suppose the tagging pattern is v*, you can use --pattern option to fit yours), run:

% npx @eqworks/release changelog --print --skip alpha

The result is in markdown formatted changelog.

Since v2.0.0, an NLP-based auto labelling mechanism has been added, along with the sub-command changelog intended for changelog-like formatting (as shown above).

Since v3.0.0, the NLP model has been retrained to adhere to Keep a Changelog conventions.

Notes (by category)

The sub-command notes can be used for more category-oriented formatting:

% npx @eqworks/release notes --print --skip alpha

The result is in markdown formatted release notes.

Tag

Since v3.1.0, the sub-command tag identifies the version inside the commit messages and can either create a local tag with the commit version as its name or make a GitHub release using the --github flag:

% npx @eqworks/release tag --github

The above command reads from the latest three commits (by default, change with the -n flag.)

3.5.0

2 years ago

3.5.0-alpha.3

2 years ago

3.5.0-alpha.4

2 years ago

3.5.0-alpha.1

2 years ago

3.5.0-alpha.2

2 years ago

3.5.0-alpha.5

2 years ago

3.5.0-alpha.0

3 years ago

3.4.0

3 years ago

3.4.0-alpha.0

3 years ago

3.3.1

3 years ago

3.2.1

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

2.0.0-alpha.2

4 years ago

2.0.0-alpha.1

4 years ago

2.0.0-alpha.0

4 years ago

1.5.0

4 years ago

1.5.0-alpha.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.2.0-alpha

4 years ago

1.1.0

4 years ago

1.1.0-alpha

4 years ago

1.0.1

4 years ago

1.0.0-beta2

4 years ago

1.0.0-beta1

4 years ago