Releases: akshaybabloo/release-exporter
Releases · akshaybabloo/release-exporter
v1.1.2
What's Changed
- Bump pytest from 7.2.2 to 7.3.0 by @dependabot in #86
- Bump codecov from 2.1.12 to 2.1.13 by @dependabot in #87
Fixes
- Fixes an issue when the number of releases is more than 100 - baeac5b1344ec620258fa95a76acb61c0b93f314
Full Changelog: 1.1.1...v1.1.2
1.1.1
Fixes
- Error when using rex CLI (None type) by @akshaybabloo in #83
1.1.0
Added
- Updated requirements
v1.0.7
Added
all
command added - Creates changelog for markdown, rst and json at the same time.check_version
added inutils.py
and added as thread call to CLI
Changed
write_*()
->write()
.requests.py
->request.py
README.rst
->README.md
- f2e26d8.format()
-> f-strings - 96e70ea
Removed
FormatRstBase
removed and merged withFormatBase
.
Breaking
write_markdown()
andwrite_json()
removed - bd69bbf
1.0.6
Updated
- Blog URL updated
1.0.5
1.0.4
Removed
- CHANGELOG.rst and README.rst removed
pairwise
removed
Added
.tox/*
and*tests*
to ignore list for codecov- Codecov and build status badges added
- Tests added -
date_convert
,multi_key_gitlab
,description
base.py
,version
test_date_convert_pass2
test_GitHubRequest_fail
,test_GitHubRequest_fail_2
andTestGitHubRequestInit
TestGitHubRequestFail
TestGitHubRequest
,test_GitLabRequest_fail
,test_GitLabRequest_fail_2
,TestGitLabRequestInit
,TestGitLabRequestFail
,TestGitLabRequest
test_GitLab_repo_id
test_get_repo_url_info_fail_2
test_cli_help
,test_print_version
test_markdown_fail
,test_json_fail
test_markdown_fail_2
,test_json_fail_2
test_markdown_exception
,test_json_exception
,test_markdown_fail_3
,test_json_fail_3
TestGitHubFormatMarkdown
andTestGitHubFormatJson
TestGitLabFormatMarkdown
andTestGitLabFormatJson
Problems you might encounter
added toREADME.md
and typos corrected- JSON output example added to
README.md
release-exporter.png
added toREADME.md
CHANGELOG.json
added- Usage of
--location
clearly explained. - Blog URL added to
README.md
- invalid token added as exception in
exceptions.py
- Create temp files for testing
get_repo_url_info()
Fixed
configparser
raisesconfigparser.DuplicateSectionError
if more than one section is found.
Changed
url
changed insetup.py
description
now returns a string instead of just printing when the function is called_version.py
->version.py
version()
->__version__
RequestBase
merged intoFormatBase
sys.exit(1)
->raise
main
removed from__init__.py
andcli
is usedDuplicateSectionError
raised instead of usingprint
it
1.0.3
Changed
v
removed from the version number- pypandoc usage removed and *.rst format added
- Unwanted encoding removed
Description added
Added
- Long description and changelog added to setup.py
Fixed
- Typo
- Exception error type changed to ImportError
Fix release
Added
- Unreleased tag added to the template and GitHub
- Unreleased tag added to GitHub
Fixed
- Tag missing in GitHub JSON fixed
- Tag missing in GitLab JSON fixed