Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conventional-recommended-angular: support for '--skip-unstable' ? #675

Open
Wxh16144 opened this issue Sep 28, 2020 · 3 comments
Open

conventional-recommended-angular: support for '--skip-unstable' ? #675

Wxh16144 opened this issue Sep 28, 2020 · 3 comments

Comments

@Wxh16144
Copy link

The red box is what I don't need;

image

@lpreterite
Copy link

My understanding is this:

Here first explain the process of changelog production:

  • The first step is to use the git tag as a benchmark to traverse the differences in the commit history and produce a serialized commit history
  • The second step is to use this commit history to produce a Changelog file in a template format

skipUnstable is used in the first step, (see here), reduce the output of commit history by judging the git tag. Eventually, unstable release tags will be skipped.

To meet skip unstable needs, the management of git tag needs to be improved.

The configuration of skipUnstable in conventional-changelog-conventionalcommits will be passed to conventional-recommended-bump through conventional-changelog-core, and finally applied in git-semver-tags.

@bowencool
Copy link

Any news?

1 similar comment
@Innei
Copy link

Innei commented Nov 30, 2022

Any news?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants