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

feat: Allow create initial releases and pre-releases #26

Merged
merged 1 commit into from
Nov 5, 2020

Conversation

playpauseandstop
Copy link
Owner

BREAKING CHANGE: Previously badabump only allows to create next version if project already have a proper git tag. Now it allows to create an initial release (and pre-release) even project does not yet have any git tags available.

Fixes: #15

BREAKING CHANGE: Previously `badabump` only allows to create next
version if project already have a proper git tag. Now it allows to
create an initial release (and pre-release) even project does not
yet have any git tags available.

Fixes: #15
@playpauseandstop playpauseandstop added the feat A new feature label Nov 5, 2020
@playpauseandstop playpauseandstop added this to the 20.1.0 milestone Nov 5, 2020
@playpauseandstop playpauseandstop self-assigned this Nov 5, 2020
@playpauseandstop playpauseandstop merged commit a7b308d into master Nov 5, 2020
@playpauseandstop playpauseandstop deleted the feat/initial-release branch November 5, 2020 21:49
badabump-release-bot bot pushed a commit that referenced this pull request Nov 6, 2020
Features:
---------

- [#15] **BREAKING CHANGE:** Allow create initial releases and pre-releases (#26)
- [#16] Allow to create final release PR (#18)
- [#17] Understand more issue refs in commit body (#19)
- Conform PEP-561 by adding py.typed files (#20)

Other:
------

- (**deps**) Bump toml from 0.10.1 to 0.10.2 (#22)
- (**deps-dev**) Bump pytest from 6.1.1 to 6.1.2 (#21)
- Bump pre-commit hooks and update mypy config (#25)
playpauseandstop added a commit that referenced this pull request Nov 6, 2020
Features:
---------

- [#15] **BREAKING CHANGE:** Allow create initial releases and pre-releases (#26)
- [#16] Allow to create final release PR (#18)
- [#17] Understand more issue refs in commit body (#19)
- Conform PEP-561 by adding py.typed files (#20)

Other:
------

- (**deps**) Bump toml from 0.10.1 to 0.10.2 (#22)
- (**deps-dev**) Bump pytest from 6.1.1 to 6.1.2 (#21)
- Bump pre-commit hooks and update mypy config (#25)

Co-authored-by: playpauseandstop <playpauseandstop@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to create a release PR for first version
1 participant