Skip to content

feat(prepare): Pass old version to bump-version - #285

Merged
BYK merged 1 commit into
masterfrom
byk/feat/determine-previous-version
Sep 14, 2021
Merged

feat(prepare): Pass old version to bump-version#285
BYK merged 1 commit into
masterfrom
byk/feat/determine-previous-version

Conversation

@BYK

@BYK BYK commented Sep 14, 2021

Copy link
Copy Markdown
Member

With this patch, we do a crude determination of the previous release,
assuming the first tag before current tip the previous release.
This is rather naive as we allow custom formatting of git tags but it is
a good start nevertheless.

With this patch, we do a crude determination of the previous release,
assuming the first tag before current tip  the previous release.
This is rather naive as we allow custom formatting of git tags but it is
a good start nevertheless.
@BYK
BYK merged commit 1a2924d into master Sep 14, 2021
@BYK
BYK deleted the byk/feat/determine-previous-version branch September 14, 2021 13:17
@iker-barriocanal

Copy link
Copy Markdown
Contributor

Note that we shouldn't only consider custom formatting, since following the semver formatting there's also the chance to take unwanted tags (e.g. prereleases).

BYK added a commit that referenced this pull request Sep 20, 2021
This patch implements the GitHub Milestones based automatic
changelog generation. It builds up on #285 and #287 and ties
them with GitHub milestone data to generate a changelog that
is composed of logical sections with references to relevant
PRs.

Any remaining items are put under "Various fixes & improvements"
section as an itemized list.
BYK added a commit that referenced this pull request Sep 23, 2021
This patch implements the GitHub Milestones based automatic
changelog generation. It builds up on #285 and #287 and ties
them with GitHub milestone data to generate a changelog that
is composed of logical sections with references to relevant
PRs.

Any remaining items are put under "Various fixes & improvements"
section as an itemized list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants