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

Proper initial messages for pre-releases #29

Closed
playpauseandstop opened this issue Nov 6, 2020 · 0 comments · Fixed by #30
Closed

Proper initial messages for pre-releases #29

playpauseandstop opened this issue Nov 6, 2020 · 0 comments · Fixed by #30
Assignees
Labels
bug Something isn’t working
Milestone

Comments

@playpauseandstop
Copy link
Owner

When repository does not contain tags and pyproject.toml or package.json contains pre-release version, need to put "Initial pre-release" into changelog file, even no --pre flag is passed.

Right now badabump puts proper pre-release note into changelog file only when --pre flag is passed.

Relates: #15

@playpauseandstop playpauseandstop added the fix A bug fix label Nov 6, 2020
@playpauseandstop playpauseandstop added this to the 20.1.0 milestone Nov 6, 2020
@playpauseandstop playpauseandstop self-assigned this Nov 6, 2020
@playpauseandstop playpauseandstop added bug Something isn’t working and removed fix A bug fix labels Nov 6, 2020
playpauseandstop added a commit that referenced this issue Nov 6, 2020
Ensure, when there is no tags available, properly understands
pre-release version from `pyproject.toml` or `package.json`.

And if pre-release version provided there put proper message into the
changelog file.

Fixes: #29
playpauseandstop added a commit that referenced this issue Nov 6, 2020
Ensure, when there is no tags available, properly understands
pre-release version from `pyproject.toml` or `package.json`.

And if pre-release version provided there put proper message into the
changelog file.

Fixes: #29
Issue: #28
playpauseandstop added a commit that referenced this issue Nov 6, 2020
Ensure, when there is no tags available, properly understands
pre-release version from `pyproject.toml` or `package.json`.

And if pre-release version provided there put proper message into the
changelog file.

Fixes: #29
Issue: #28
badabump-release-bot bot pushed a commit that referenced this issue Nov 6, 2020
Fixes:
------

- [#29, #28] Properly understand initial pre-release version (#30)
playpauseandstop added a commit that referenced this issue Nov 6, 2020
Fixes:
------

- [#29, #28] Properly understand initial pre-release version (#30)

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
bug Something isn’t working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant