-
Notifications
You must be signed in to change notification settings - Fork 0
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
Updated Changelog class #18
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Includes: - section.py - header.py - body.py - footer.py
- Added `release.py` - Changelog `__init__` now parses releases using the Release/Unreleased class - Remove `section` package
- Fix example in docstring - Use OrderedDict to return possible next versions
atwalsh
force-pushed
the
section-rework
branch
from
December 28, 2020 14:36
e814099
to
a4ef2f6
Compare
atwalsh
force-pushed
the
section-rework
branch
from
December 28, 2020 14:38
a4ef2f6
to
13ac2b2
Compare
Additional changes: - Additional tests for Changelog class - Update arguments for ReleaseBase - Adds `freezegun` dev dependency - Update project email address - Add `test.md` to .gitignore
atwalsh
force-pushed
the
section-rework
branch
from
January 16, 2021 21:26
5c26f8e
to
d0d9816
Compare
atwalsh
force-pushed
the
section-rework
branch
from
January 16, 2021 21:31
d0d9816
to
dc87904
Compare
Check is now performed when parsing the full CHANGELOG text, as the regex pattern uses the unreleased sections as dividers between sections. Also adds `test_init_no_unreleased` method to ensure `clock.Abort` is raised if the above check fails.
atwalsh
force-pushed
the
section-rework
branch
from
February 11, 2021 03:56
cbf5025
to
9666c0a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
template
command toinit
To-Do:
Changelog.bump
test_kac
tests__eq__
check more than release number and date?write
method to Changelog.md
files intests/
Better way to test files generation / expected output #25