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

Allow to create “final” release PR #16

Closed
playpauseandstop opened this issue Oct 26, 2020 · 0 comments · Fixed by #18
Closed

Allow to create “final” release PR #16

playpauseandstop opened this issue Oct 26, 2020 · 0 comments · Fixed by #18
Assignees
Labels
feat A new feature

Comments

@playpauseandstop
Copy link
Owner

playpauseandstop commented Oct 26, 2020

When current version is a pre-release there should be an ability to create final release PR even no changes available.

For example,

  • Current release: 20.1.0b0
  • badabump should change version to 20.1.0
  • And add line of “No changes from last pre-release” into the changelog
@playpauseandstop playpauseandstop added the feat A new feature label Oct 26, 2020
@playpauseandstop playpauseandstop self-assigned this Oct 26, 2020
playpauseandstop added a commit that referenced this issue Oct 26, 2020
When current release is a pre-release and there are no other commits in
the repository - allow to create a final release PR instead of exiting
with "No changes found" error message.

Fixes: #16
playpauseandstop added a commit that referenced this issue Oct 26, 2020
When current release is a pre-release and there are no other commits in
the repository - allow to create a final release PR instead of exiting
with "No changes found" error message.

Fixes: #16
badabump-release-bot bot pushed a commit that referenced this issue 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 issue 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 a pull request may close this issue.

1 participant