- feat(action): use composite action for semantic release (#692)
Co-authored-by: Bernard Cooke <bernard-cooke@hotmail.com> (4648d87
)
- docs: add PYTHONPATH mention for commit parser (
3284258
)
- feat: Allow user customization of release notes template (#736)
Signed-off-by: Bryant Finney <bryant.finney@outlook.com> (94a1311
)
-
build(deps-dev): update importlib-resources requirement (#719) (
b1ec8fe
) -
build(deps-dev): bump ruff from 0.0.290 to 0.0.292 (#726) (
9818cb0
)
-
chore: remove setup.py as setuptools no longer needs it (
d8762c8
) -
chore: clearer pytest output from tox (
d890e46
) -
chore: pre-commit autoupdate && pre-commit run -a (
7f448f2
) -
chore: add tests for python 3.12 (#728) (
42360fd
)
- fix: correct lint errors
GitHub.upload_asset now raises ValueError instead of requests.HTTPError (a13a6c3
)
- fix: Error when running build command on windows systems (#732) (
2553657
)
- build(deps-dev): bump ruff from 0.0.286 to 0.0.290 (#713)
Bumps ruff from 0.0.286 to 0.0.290.
updated-dependencies:
- dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (6b288f2
)
- fix: attribute error when logging non-strings (#711) (
75e6e48
)
-
build(deps-dev): bump importlib-resources from 5.7 to 5.12.0 (#704)
-
build(deps-dev): bump importlib-resources from 5.7 to 5.12.0
-
build(deps-dev): relax importlib-resources requirement
Co-authored-by: Bernard Cooke <bernard.cooke@iotics.com> (861fe01
)
- chore: add ci test job for python 3.12-dev (#707) (
2e57fb9
)
- feat: upgrade pydantic to v2 (#714) (
5a5c5d0
)
- fix: dynamic_import() import path split (#686) (
1007a06
)
- fix: use correct upload url for github (#661)
Co-authored-by: github-actions <action@github.com> (8a515ca
)
- build(deps-dev): update pytest-xdist requirement (#677)
Updates the requirements on pytest-xdist to permit the latest version.
updated-dependencies:
- dependency-name: pytest-xdist dependency-type: direct:production ...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (9ec6321
)
- build(deps-dev): update coverage[toml] requirement (#678)
Updates the requirements on coverage[toml] to permit the latest version.
updated-dependencies:
- dependency-name: coverage[toml] dependency-type: direct:production ...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (3561a97
)
- build(deps-dev): bump responses from 0.21.0 to 0.23.3 (#680)
Bumps responses from 0.21.0 to 0.23.3.
updated-dependencies:
- dependency-name: responses dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dd6946c
)
-
chore: clean up dependabot commit messages (
5981a45
) -
chore: remove redundant flake8 config and add missing README badges (
101e182
) -
chore(deps): remove obsolete dataclasses dependency (#674) (
d70fe75
)
- ci: add precommit dependabot ruff (#673) (
2ad5c41
)
- fix(publish): improve error message when no tags found (#683) (
bdc06ea
)
- docs: fix typo missing 's' in version_variable[s] in configuration.rst (#668) (
879186a
)
-
fix: don't warn about vcs token if ignore_token_for_push is true. (#670)
-
fix: don't warn about vcs token if ignore_token_for_push is true.
-
docs:
password
should betoken
. (f1a54a6
)
- style: beautify f1a54a6c9a05b225b6474d50cd610eca19ec0c34 (
0280e10
)
-
docs: clarify usage of assets config option (#655) (
efa2b30
) -
docs: add Python 3.11 to classifiers in metadata (#651) (
5a32a24
)
- fix(changelog): use version as semver tag by default (#653) (
5984c77
)
- style: beautify 5984c7771edc37f0d7d57894adecc2591efc414d (
df91bad
)
- fix: skip unparseable versions when calculating next version (#649) (
88f25ea
)
-
docs: correct version_toml example in migrating_from_v7.rst (#641) (
325d5e0
) -
docs: clarify v8 breaking changes in GitHub action inputs (#643) (
cda050c
) -
docs: better description for tag_format usage (
2129b72
)
- fix: handle missing configuration (#644) (
f15753c
)
-
docs: reduce readthedocs formats and add entries to migration from v7 guide (
9b6ddfe
) -
docs(migration): fix hyperlink (#631) (
5fbd52d
)
- fix: invalid version in Git history should not cause a release failure (#632) (
254430b
)
-
feat!: v8 (#619)
-
feat!: 8.0.x (#538)
Co-authored-by: Johan <johanhmr@gmail.com> Co-authored-by: U-NEO\johan <johan.hammar@ombea.com>
-
fix: correct Dockerfile CLI command and GHA fetch
-
fix: resolve branch checkout logic in GHA
-
fix: remove commit amending behaviour
this was not working when there were no source code changes to be made, as it lead to attempting to amend a HEAD commit that wasn't produced by PSR
- 8.0.0-alpha.1
Automatically generated by python-semantic-release
-
fix: correct logic for generating release notes (#550)
-
fix: cleanup comments and unused logic
-
fix(action): mark container fs as safe for git to operate on
-
style: beautify 49080c510a68cccd2f6c7a8d540b483751901207
-
fix(action): quotation for git config command
-
8.0.0-alpha.2
Automatically generated by python-semantic-release
-
fix: resolve bug in changelog logic, enable upload to pypi
-
8.0.0-alpha.3
Automatically generated by python-semantic-release
-
test: add tests for ReleaseHistory.release
-
fix: resolve loss of tag_format configuration
-
8.0.0-alpha.4
Automatically generated by python-semantic-release
-
feat: various improvements
-
Added sorting to test parameterisation, so that pytest-xdist works again - dramatic speedup for testing
-
Reworked the CI verification code so it's a bit prettier
-
Added more testing for the version CLI command, and split some logic out of the command itself
-
Removed a redundant double-regex match in VersionTranslator and Version, for some speedup
-
chore(test): proper env patching for tests in CI
-
style: beautify bcb27a4a8ce4789d083226f088c1810f45cd4c77
-
refactor!: remove verify-ci command
-
8.0.0-alpha.5
Automatically generated by python-semantic-release
-
fix(docs): fixup docs and remove reference to dist publication
-
feat!: remove publication of dists to artefact repository
-
feat: rename 'upload' configuration section to 'publish'
-
feat!: removed build status checking
-
feat: add GitHub Actions output
-
fix(action): remove default for 'force'
-
fix(ci): different workflow for v8
-
fix(action): correct input parsing
-
fix: correct handling of build commands
-
feat: make it easier to access commit messages in ParsedCommits
-
fix: make additional attributes available for template authors
-
fix: add logging for token auth, use token for push
-
ci: add verbosity
-
fix: caching for repo owner and name
-
ci: contents permission for workflow
-
8.0.0-alpha.6
Automatically generated by python-semantic-release
-
docs: update docs with additional required permissions
-
feat: add option to specify tag to publish to in publish command
-
feat: add Strict Mode
-
docs: convert to Furo theme
-
feat: add --skip-build option
-
8.0.0-alpha.7
Automatically generated by python-semantic-release
-
test: separate command line tests by stdout and stderr
-
ci: pass tag output and conditionally execute publish steps
-
fix: correct assets type in configuration (#603)
-
change raw config assets type
-
fix: correct assets type-annotation for RuntimeContext
Co-authored-by: Bernard Cooke <bernard-cooke@hotmail.com>
- 8.0.0-alpha.8
Automatically generated by python-semantic-release
-
fix: pin Debian version in Dockerfile
-
feat: promote to rc
-
8.0.0-rc.1
Automatically generated by python-semantic-release
-
ci: fix conditionals in workflow and update documentation
-
ci: correct conditionals
-
fix: only call Github Action output callback once defaults are set
-
8.0.0-rc.2
Automatically generated by python-semantic-release
-
fix: create_or_update_release for Gitlab hvcs
-
ci: remove separate v8 workflow
-
chore: tweak issue templates
-
chore: bump docs dependencies
-
8.0.0-rc.3
Automatically generated by python-semantic-release
-
fix(deps): add types-click, and downgrade sphinx/furo for 3.7
-
8.0.0-rc.4
Automatically generated by python-semantic-release
-
docs: fix typo (#623)
-
docs: correct typo in docs/changelog_templates.rst
Co-authored-by: Micael Jarniac <micael@jarniac.com>
Co-authored-by: Johan <johanhmr@gmail.com>
Co-authored-by: U-NEO\johan <johan.hammar@ombea.com>
Co-authored-by: semantic-release <semantic-release>
Co-authored-by: github-actions <action@github.com>
Co-authored-by: smeng9 <38666763+smeng9@users.noreply.github.com>
Co-authored-by: Micael Jarniac <micael@jarniac.com> (ec30564
)
- fix: relax invoke dependency constraint (
18ea200
)
- fix: consider empty commits (#608) (
6f2e890
)
- fix: docker build fails installing git (#605)
git was installed from bullseye-backports, but base image is referencing latest python:3.10 since bookworm was recently released, this now points at bookworm and installing the backport of git is actually trying to downgrade, resulting in this error:
> E: Packages were downgraded and -y was used without --allow-downgrades.
> ERROR: failed to solve: process "/bin/sh -c echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list; apt-get update; apt-get install -y git/bullseye-backports" did not complete successfully: exit code: 100 (9e3eb97
)
- fix: generate markdown linter compliant changelog headers & lists (#597)
In #594, I missed that there are 2 places where the version header is formatted (cc87400
)
- fix: open all files with explicit utf-8 encoding (#596) (
cb71f35
)
- fix: generate markdown linter compliant changelog headers & lists (#594)
Add an extra new line after each header and between sections to fix 2 markdownlint errors
for changelogs generated by this package (9d9d403
)
- style: beautify 9d9d40305c499c907335abe313e3ed122db0b154 (
2881c5f
)
- feat: add option to only parse commits for current working directory (#509)
When running the application from a sub-directory in the VCS, the option
use_only_cwd_commits will filter out commits that does not changes the
current working directory, similar to running commands like
git log -- .
in a sub-directory. (cdf8116
)
- docs: update broken badge and add links (#591)
The "Test Status" badge was updated to address a recent breaking change in the
GitHub actions API. All the badges updated to add links to the appropriate
resources for end-user convenience. (0c23447
)
-
fix: update docs and default config for gitmoji changes (#590)
-
fix: update docs and default config for gitmoji changes
PR #582 updated to the latest Gitmojis release however the documentation and default config options still referenced old and unsupported Gitmojis.
- fix: update sphinx dep
I could only build the documentation locally by updating Sphinx to the latest
1.x version. (192da6e
)
- fix: if prerelease, publish prerelease (#587)
Co-authored-by: Ondrej Winter <ondrej.winter@gmail.com> (927da9f
)
- style: beautify 927da9f8feb881e02bc08b33dc559bd8e7fc41ab (
00192bc
)
- docs: update repository name (#559)
In order to avoid 'Repository not found: relekang/python-semantic-release.' (5cdb05e
)
- docs: spelling and grammar in
travis.rst
(#556)
- spelling
- subject-verb agreement
- remove verbiage
Signed-off-by: Vladislav Doster <mvdoster@gmail.com> (3a76e9d
)
- docs: grammar in
docs/troubleshooting.rst
(#557)
- change contraction to a possessive pronoun
Signed-off-by: Vladislav Doster <mvdoster@gmail.com> (bbe754a
)
-
fix: update Gitmojis according to official node module (#582) (
806fcfa
) -
fix: trim emojis from config (#583) (
02902f7
)
- style: beautify 806fcfa4cfdd3df4b380afd015a68dc90d54215a (
3fb49fb
)
- fix: inconsistent versioning between print-version and publish (#524) (
17d60e9
)
- fix(action): mark container fs as safe for git (#552)
See actions/runner-images#6775 (comment) and actions/runner-images#6775 (comment) (2a55f68
)
- style: beautify 2a55f68e2b3cb9ffa9204c00ddbf12706af5c070 (
30ad440
)
- chore: remove stale.yml
It is spamming to much. We can bring it back if we get the time to fix the spamming. (08c535e
)
-
ci: fix GHA conditional (
8edfbc9
) -
ci: remove python3.6 from GHA, add python3.10 and python3.11 (#541)
-
ci: remove python3.6 from GHA, add python3.10 and python3.11
GHA workflows are failing without this, due to https://github.com/actions/setup-python/issues/544\#issuecomment-1332535877
- fix: upgrade pytest (
8e4aa0e
)
-
feat: add signing options to action (
31ad5eb
) -
feat(repository): add support for TWINE_CERT (#522)
Fixes #521 (d56e85d
)
- feat: Update action with configuration options (#518)
Co-authored-by: Kevin Watson <Kevmo92@users.noreply.github.com> (4664afe
)
-
fix: changelog release commit search logic (#530)
-
Fixes changelog release commit search logic
Running semantic-release changelog
currently fails to identify "the last commit in [a] release" because the compared commit messages have superfluous whitespace.
Likely related to the issue causing: python-semantic-release#490
-
Removes a couple of extra
strip()
s. (efb3410
) -
fix: bump Dockerfile to use Python 3.10 image (#536)
Fixes #533
Co-authored-by: Bernard Cooke <bernard.cooke@iotics.com> (8f2185d
)
-
fix: fix mypy errors for publish (
b40dd48
) -
fix: formatting in docs (
2e8227a
) -
fix: update documentaton (
5cbdad2
) -
fix(action): fix environment variable names (
3c66218
)
-
style: beautify 8e4aa0e30438291ade98604a18aeb372f0d0b52f (
729c2a7
) -
style: beautify b40dd484387c1b3f78df53ee2d35e281e8e799c8 (
2aab9bd
)
-
ci: Update stale github action config (
69ddb4e
) -
ci: Update deprecated actions (#511)
-
ci: update depreated actions
-
ci: replace deprecated set-output in workflow
According to https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ (bb09233
)
- docs: fix code blocks (#506)
Previously: https://i.imgur.com/XWFhG7a.png (24b7673
)
- fix: fix changelog generation in tag-mode (#171) (
482a62e
)
- docs: correct spelling mistakes (#504) (
3717e0d
)
- fix: corrections for deprecation warnings (#505) (
d47afb6
)
- docs: correct documented default behaviour for
commit_version_number
(#497) (ffae2dc
)
- feat: add setting for enforcing textual changelog sections (#502)
Resolves #498
Add the use_textual_changelog_sections
setting flag for enforcing that
changelog section headings will always be regular ASCII when using the Emoji
parser. (988437d
)
- chore(dependencies): pin tomlkit major version only (#492)
Resolve #491 (bd2201f
)
- fix: account for trailing newlines in commit messages (#495)
Fixes #490 (111b151
)
- fix: use
commit_subject
when searching for release commits (#488)
Co-authored-by: Dzmitry Ryzhykau <d.ryzhykau@onesoil.ai> (3849ed9
)
- style: beautify 3849ed992c3cff9054b8690bcf59e49768f84f47 (
c84b1b7
)
- chore: Fix deprecation warnings in tests (
47130a4
)
- docs: Add example for pyproject.toml (
2a4b8af
)
- fix: Add better handling of missing changelog placeholder
There is still one case where we don't add it, but in those corner cases it would be better to do it manually than to make it mangled.
Fixes #454 (e7a0e81
)
- fix: Add repo=None when not in git repo
Fixes #422 (40be804
)
- refactor: Fix type errors related to loading of repo (
e09cc3c
)
- fix: Update git email in action
Fixes #473 (0ece6f2
)
- chore: gitignore vim swp files (
d6fcb5f
)
-
feat: override repository_url w REPOSITORY_URL env var (#439) (
cb7578c
) -
feat: add prerelease-patch and no-prerelease-patch flags for whether to auto-bump prereleases (
b4e5b62
)
- fix: π fix get_current_release_version for tag_only version_source (
cad09be
)
- style: beautify cad09be9ba067f1c882379c0f4b28115a287fc2b (
76eb536
)
- fix: declare additional_options as action inputs (#481) (
cb5d8c7
)
- fix: don't use commit_subject for tag pattern matching (#480) (
ac3f11e
)
- feat: add
additional_options
input for GitHub Action (#477) (aea60e3
)
- fix: allow empty additional options (#479) (
c9b2514
)
- fix: ignore dependency version bumps when parsing version from commit logs (#476) (
51bcb78
)
- style: beautify 51bcb780a9f55fadfaf01612ff65c1f92642c2c1 (
b47a323
)
- fix: allow changing prerelease tag using CLI flags (#466)
Delay construction of version and release patterns until runtime. This will allow to use non-default prerelease tag.
Co-authored-by: Dzmitry Ryzhykau <d.ryzhykau@onesoil.ai> (395bf4f
)
- fix(publish): get version bump for current release (#467)
Replicate the behavior of "version" command in version calculation.
Co-authored-by: Dzmitry Ryzhykau <d.ryzhykau@onesoil.ai> (dd26888
)
- fix: add packaging module requirement (#469) (
b99c9fa
)
- style: beautify dd26888a923b2f480303c19f1916647de48b02bf (
9cb0b45
)
- fix: add text for empty ValueError (#461) (
733254a
)
- style: beautify 733254a99320d8c2f964d799ac4ec29737867faa (
55c9f4d
)
- fix: Ensure that assets can be uploaded successfully on custom GitHub servers (#458)
Signed-off-by: Chris Butler <cbutler@australiacloud.com.au> (32b516d
)
-
style: beautify 32b516d7aded4afcafe4aa56d6a5a329b3fc371d (
fc5a703
) -
style: beautify c8087fea6ce9f638e3fc7ea21e8cae62e43016f8 (
772573f
)
- test: refactor to pytest (#459) (
c8087fe
)
- fix: ensure should_bump checks against release version if not prerelease (#457)
Co-authored-by: Sebastian Seith <sebastian@vermill.io> (da0606f
)
- style: beautify da0606f0d67ada5f097c704b9423ead3b5aca6b2 (
5d363fa
)
- fix: Capture correct release version when patch has more than one digit (#448) (
426cdc7
)
- style: beautify 426cdc7d7e0140da67f33b6853af71b2295aaac2 (
1c5184d
)
- chore: fix test and doc failures (
0778516
)
- ci: adjust actions test phase to use fetch-depth: 0 to fix ci tests (#446)
Co-authored-by: Sebastian Seith <sebastian@vermill.io>
Co-authored-by: github-actions <action@github.com> (3329eef
)
-
feat: allow using ssh-key to push version while using token to publish to hvcs (#419)
-
feat(config): add ignore_token_for_push param
Add ignore_token_for_push parameter that allows using the underlying git authentication mechanism for pushing a new version commit and tags while also using an specified token to upload dists
- test(config): add test for ignore_token_for_push
Test push_new_version with token while ignore_token_for_push is True and False
-
docs: add documentation for ignore_token_for_push
-
fix(test): override GITHUB_ACTOR env
push_new_version is using GITHUB_ACTOR env var but we did not contemplate in our new tests that actually Github actions running the tests will populate that var and change the test outcome
Now we control the value of that env var and test for it being present
or not (7b2dffa
)
- fix: fix and refactor prerelease (#435) (
94c9494
)
- ci: update
github-actions-x/commit
action (2a25668
)
- fix: fix getting current version when
version_source=tag_only
(#437) (b247936
)
- style: beautify 2a25668b29e89ce656bc710c260e0bc5233d2997 (
3575317
)
- feat: add
tag_only
option forversion_source
(#436)
Fixes #354 (cf74339
)
- chore(dependencies): unpin tomlkit dependency (#429)
- tests for a tomlkit regression don't fail anymore with newer tomlkit
- keep comment in setup.py about tomlkit being pinned at some point in time
refs #336 (8515879
)
- fix(prerelase): pass prerelease option to get_current_version (#432)
The get_current_version
function accepts a prerelease
argument which
was never passed. (aabab0b
)
- style: beautify aabab0b7ce647d25e0c78ae6566f1132ece9fcb9 (
e17f83a
)
-
chore(dependencies): extend allowed version range for python-gitlab (#417)
-
chore(dependencies): extend allowed version range for python-gitlab
-
fix(type): ignore mypy errors for dynamic RESTObject (
8ee4d4b
)
- feat: add git-lfs to docker container (#427) (
184e365
)
-
feat: add prerelease functionality (#413)
-
chore: add initial todos
-
feat: add prerelease tag option
-
feat: add prerelease cli flag
-
feat: omit_pattern for previouse and current version getters
-
feat: print_version with prerelease bump
-
feat: make print_version prerelease ready
-
feat: move prerelease determination to get_new_version
-
test: improve get_last_version test
-
docs: added basic infos about prereleases
-
feat: add prerelease flag to version and publish
-
feat: remove leftover todos
Co-authored-by: Mario JΓ€ckle <m.jaeckle@careerpartner.eu> (7064265
)
- style: beautify 7064265627a2aba09caa2873d823b594e0e23e77 (
fab060a
)
- fix(gitea): use form-data from asset upload (#421) (
e011944
)
-
fix(gitea): build status and asset upload (#420)
-
fix(gitea): handle list build status response
-
fix(gitea): use form-data for upload_asset (
57db81f
)
-
style: beautify 57db81f4c6b96da8259e3bad9137eaccbcd10f6e (
9fbb28f
) -
style: beautify aba6f5e1583c10a001b4ba1623b5806f6d506d69 (
a4a8743
)
- test: fix test_repo_with_custom_* on Windows (#416)
Prevent test_repo_with_custom_* from failing when run on Windows due to different path seperator. (aba6f5e
)
- docs: document tag_commit
Fixes #410 (b631ca0
)
- feat(hvcs): add gitea support (#412) (
b7e7936
)
-
style: beautify b7e7936331b7939db09abab235c8866d800ddc1a (
f1e3ecb
) -
style: beautify b631ca0a79cb2d5499715d43688fc284cffb3044 (
c59095e
)
- feat: include additional changes in release commits
Add new config keys, pre_commit_command
and commit_additional_files
,
to allow custom file changes alongside the release commits. (3e34f95
)
- style: beautify 3e34f957ff5a3ec6e6f984cc4a79a38ce4391ea9 (
1ad5183
)
- chore: sync changes with upstream (
c9ac06d
)
- feat: Support Github Enterprise server (
b4e01f1
)
- feat(parser_angular): allow customization in parser
parser_angular_allowed_types
controls allowed types- defaults stay the same: build, chore, ci, docs, feat, fix, perf, style, refactor, test
parser_angular_default_level_bump
controls the default level to bump the version by- default stays at 0
parser_angular_minor_types
controls which types trigger a minor version bump- default stays at only 'feat'
parser_angular_patch_types
controls which types trigger a patch version- default stays at 'fix' or 'perf' (
298eebb
)
- default stays at 'fix' or 'perf' (
- fix: address PR feedback for
parser_angular.py
angular_parser_default_level_bump
should have plain-english settings- rename
TYPES
variable toLONG_TYPE_NAMES
(f7bc458
)
- style: beautify 01eea03a2c4db790bfa881037cdd2d6e8c1511a3 (
6cf85a7
)
- test: Fix tests of angular options (
01eea03
)
- style: beautify 02569161e57b96a36294626012c311ae0d55a707 (
6afa90c
)
- Merge branch 'pr-364' (
0256916
)
-
chore: update GitHub Actions with new variable names (
7bd3a73
) -
chore: update GitHub Actions Dockerfile to Python 3.9
Fixes #388 (f010a15
)
- docs: clean typos and add section for repository upload
Add more details and external links (1efa18a
)
- feat: rewrite Twine adapter for uploading to artifact repositories
Artifact upload generalised to fully support custom repositories like
GitLab. Rewritten to use twine python api instead of running the
executable. No-op mode now respected by artifact upload. (cfb20af
)
-
feat: allow custom environment variable names (#392)
-
GH_TOKEN can now be customized by setting github_token_var
-
GL_TOKEN can now be customized by setting gitlab_token_var
-
PYPI_PASSWORD can now be customized by setting pypi_pass_var
-
PYPI_TOKEN can now be customized by setting pypi_token_var
-
PYPI_USERNAME can now be customized by setting pypi_user_var (
372cda3
) -
feat: use gitlab-ci or github actions env vars
return owner and project name from Gitlab/Github environment variables if available
Issue #363 (8ca8dd4
)
-
fix: mypy errors in vcs_helpers (
13ca0fe
) -
fix: remove invalid repository exception (
746b62d
) -
fix: skip removing the build folder if it doesn't exist
python-semantic-release#391 (comment) (8e79fdc
)
- fix: don't use linux commands on windows (#393) (
5bcccd2
)
- style: beautify d7406ef55287c5a4a70e79c63292f5416ab0f00d (
2cf59cc
)
-
Merge pull request #395 from fleXible-public/feature/repository (
d7406ef
) -
Merge branch 'master' into feature/repository
tests/test_settings.py (55bdbb9
)
- fix: Fixed ImproperConfig import error (#377) (
b011a95
)
- fix: add get_formatted_tag helper instead of hardcoded v-prefix in the git tags (
1a354c8
)
- style: beautify 1a354c86abad77563ebce9a6944256461006f3c7 (
a3fc6c8
)
- docs(parser): documentation for scipy-parser (
45ee34a
)
-
feat: custom git tag format support (#373)
-
feat: custom git tag format support
-
test: add git tag format check
-
docs: add tag_format config option (
1d76632
)
- docs: clarify second argument of ParsedCommit (
086ddc2
)
- feat: Add support for non-prefixed tags (#366) (
0fee4dd
)
- feat(parser): add scipy style parser (#369) (
51a3921
)
- fix: correct rendering of gitlab issue references
resolves #358 (07429ec
)
- fix: print right info if token is not set (#360) (#361)
Co-authored-by: Laercio Barbosa <laercio.barbosa@scania.com> (a275a7a
)
- chore: bump responses to latest version (#343)
The current version has a Deprecation warning:
inspect.getargspec() is deprecated since Python 3.0,
use inspect.signature() or inspect.getfullargspec() (e953157
)
- ci: place beautify and release in the same concurrency group
Otherwise, an older release job could push while a newer beautify job is
running. (26d45b3
)
-
ci: install types-requests to fix mypy check (#347) (
421e908
) -
ci: install types-requests to fix mypy check (#345) (
cd33df6
)
-
docs: update trove classifiers to reflect supported versions (#344) (
7578004
) -
docs: recommend setting a concurrency group for GitHub Actions (
34b0735
)
- fix: use release-api for gitlab (
1ef5cab
)
- refactor: update VersionDeclaration to pathlib (
e9d2916
)
- style: beautify 60393d730f16300df02cd071c7a21c5f9b591930 (
a0015c7
)
-
test: added releases to gitlab mock (
60393d7
) -
test: add a failing test to reproduce tomlkit bug
Ref #336
Ref #338 (2041f10
)
- fix: tomlkit should stay at 0.7.0
See python-semantic-release#339 (comment) (769a5f3
)
- feat: add option to omit tagging (#341) (
20603e5
)
- style: beautify 20603e53116d4f05e822784ce731b42e8cbc5d8f (
db49709
)
- ci: update beautify job (
b5ad0d7
)
- fix: update click and tomlkit (#339) (
947ea3b
)
- style: beautify b5ad0d7186bbde254e90450b3812c573c0d56f1e (
b8fb692
)
- fix: pin tomlkit to 0.7.0 (
2cd0db4
)
- fix: Change log level of failed toml loading
Fixes #235 (24bb079
)
- test: Fix test for bad toml syntax (
e52ee3c
)
- fix: Add venv to path in github action (
583c5a1
)
- ci: Add python 3.9 to test runs (
2a99b65
)
- docs: clarify that HVCS should be lowercase
Fixes #330 (da0ab0c
)
-
fix: Use absolute path for venv in github action (
d4823b3
) -
fix: Set correct path for venv in action script (
aac02b5
) -
fix: Run semantic-release in virtualenv in the github action
Fixes #331 (b508ea9
)
- chore: Clean up imports (
fe444b7
)
- docs: add common options to documentation
These can be found by running semantic-release --help
, but including them
in the documentation will be helpful for CI users who don't have the command
installed locally.
Related to #327. (20d79a5
)
- fix: Add support for setting build_command to "false"
Fixes #328 (520cf1e
)
- fix: Upgrade python-gitlab range
Keeping both 1.x and 2.x since only change that is breaking is dropping python 3.6 support. I hope that leaving the lower limit will make it still work with python 3.6.
Fixes #329 (abfacc4
)
- style: improve code formatting (
6ebc3b1
)
- docs: add documentation for releasing on a Jenkins instance (#324) (
77ad988
)
- feat: allow the use of .pypirc for twine uploads (#325) (
6bc56b8
)
- style: improve code formatting (
a0cc0aa
)
-
docs: correct casing on proper nouns (#320)
-
docs: correcting Semantic Versioning casing
Semantic Versioning is the name of the specification. Therefore it is a proper noun. This patch corrects the incorrect casing for Semantic Versioning.
- docs: correcting Python casing
This patch corrects the incorrect casing for Python. (d51b999
)
- feat(checks): add support for Jenkins CI (#322)
Includes a ci check handler to verify jenkins.
Unlike other ci systems jenkins doesn't generally prefix things with
JENKINS
or simply inject JENKINS=true
Really the only thing that is
immediately identifiable is JENKINS_URL
(3e99855
)
- style: improve code formatting (
0b128ae
)
- docs: fix
version_toml
example for Poetry (#318) (39acb68
)
-
fix: fix crash when TOML has no PSR section (#319)
-
test: reproduce issue with TOML without PSR section
-
fix: crash when TOML has no PSR section
-
chore: remove unused imports (
5f8ab99
)
- fix: use multiline version_pattern match in replace (#315)
Fixes #306 (1a85af4
)
- style: improve code formatting (
0c0c45d
)
- feat: support toml files for version declaration (#307)
This introduce a new version_toml
configuration property that behaves
like version_pattern
and version_variable
.
For poetry support, user should now set version_toml = pyproject.toml:tool.poetry.version
.
This introduce an ABC class, VersionDeclaration
, that
can be implemented to add other version declarations with ease.
toml
dependency has been replaced by tomlkit
, as this is used
the library used by poetry to generate the pyproject.toml
file, and
is able to keep the ordering of data defined in the file.
Existing VersionPattern
class has been renamed to
PatternVersionDeclaration
and now implements VersionDeclaration
.
load_version_patterns()
function has been renamed to
load_version_declarations()
and now return a list of
VersionDeclaration
implementations.
Close #245
Close #275 (9b62a7e
)
- style: improve code formatting (
a13dfde
)
- docs(actions): PAT must be passed to checkout step too
Fixes #311 (e2d8e47
)
-
feat(github): retry GitHub API requests on failure (#314)
-
refactor(github): use requests.Session to call raise_for_status
-
fix(github): add retries to github API requests (
ac241ed
)
- style: improve code formatting (
be87196
)
- build: add main.py magic file
This file allow to run the package from sources properly with
python -m semantic_release
. (e93f36a
)
- feat(print-version): add print-version command to output version
This new command can be integrated in the build process before the effective release, ie. to rename some files with the version number.
Users may invoke VERSION=$(semantic-release print-version)
to retrieve the
version that will be generated during the release before it really occurs. (512e3d9
)
-
fix(actions): fix github actions with new main location (
6666672
) -
fix: avoid Unknown bump level 0 message
This issue occurs when some commits are available but are all to level 0. (8ab624c
)
- fix: add dot to --define option help (
eb4107d
)
- style: improve code formatting (
1dd8484
)
-
feat(build): allow falsy values for build_command to disable build step (
c07a440
) -
feat(repository): Add to settings artifact repository
- Add new config var to set repository (repository_url)
- Remove 'Pypi' word when it refers generically to an artifact repository system
- Depreciate 'PYPI_USERNAME' and 'PYPI_PASSWORD' and prefer 'REPOSITORY_USERNAME' and 'REPOSITORY_PASSWORD' env vars
- Depreciate every config key with 'pypi' and prefer repository
- Update doc in accordance with those changes (
f4ef373
)
- style: improve code formatting (
766bd2e
)
- test(build): add tests for should_build() and should_remove_dist() (
527f02b
)
- Merge branch 'master' into feature/repository (
b85fec5
)
- feat(hvcs): add hvcs_domain config option
While Gitlab already has an env var that should provide the vanity URL, this supports a generic 'hvcs_domain' parameter that makes the hostname configurable for both GHE and Gitlab.
This will also use the configured hostname (from either source) in the changelog links
Fixes: #277 (ab3061a
)
- fix(history): coerce version to string (#298)
The changes in #297 mistakenly omitted coercing the return value to a string. This resulted in errors like: "can only concatenate str (not "VersionInfo") to str"
Add test case asserting it's type str (d4cdc3d
)
- fix(history): require semver >= 2.10
This resolves deprecation warnings, and updates this to a more 3.x
compatible syntax (5087e54
)
- fix(cli): skip remove_dist where not needed
Skip removing dist files when upload_pypi or upload_release are not set (04817d4
)
- fix(logs): fix TypeError when enabling debug logs
Some logger invocation were raising the following error: TypeError: not all arguments converted during string formatting.
This also refactor some other parts to use f-strings as much as possible. (2591a94
)
- fix: filenames with unknown mimetype are now properly uploaded to github release
When mimetype can't be guessed, content-type header is set to None.
But it's mandatory for the file upload to work properly.
In this case, application/octect-stream is now used as a fallback. (f3ece78
)
- refactor: use raise_for_status and enhance error reporting for github uploads (
69aef9f
)
- style: improve code formatting (
6eec4b4
)
- feat: add
upload_to_pypi_glob_patterns
option (42305ed
)
- fix(netrc): prefer using token defined in GH_TOKEN instead of .netrc file
.netrc file will only be used when available and no GH_TOKEN environment variable is defined.
This also add a test to make sure .netrc is used properly when no GH_TOKEN is defined. (3af32a7
)
- fix(changelog): use "issues" link vs "pull"
While, e.g., https://github.com/owner/repos/pull/123 will work,
https://github.com/owner/repos/issues/123 should be safer / more
consistent, and should avoid a failure if someone adds an issue link at
the end of a PR that is merged via rebase merge or merge commit. (93e48c9
)
- style: improve code formatting (
8182668
)
- feat(changelog): add PR links in markdown (#282)
GitHub release notes automagically link to the PR, but changelog
markdown doesn't. Replace a PR number at the end of a message
with a markdown link. (0448f6c
)
- style: improve code formatting (
38cf32e
)
- docs: add documentation for option
major_on_zero
(2e8b26e
)
- feat: add
major_on_zero
option
To control if bump major or not when current major version is zero. (d324154
)
-
refactor(history): move changelog_scope default (#284)
-
Move the default for changelog_scope from inline to defaults.cfg.
-
Add missing header in docs. (
b7e1376
)
- style(settings): alphabetize boolean settings (#283)
A few settings were not in alphabetical order. (60a3535
)
- feat(logs): include scope in changelogs (#281)
When the scope is set, include it in changelogs, e.g. "feat(x): some description" becomes "x: some description". This is similar to how the Node semantic release (and conventional-changelog-generator) generates changelogs. If scope is not given, it's omitted.
Add a new config parameter changelog_scope to disable this behavior when
set to 'False' (21c96b6
)
- style: improve code formatting (
eaf0064
)
- fix: add "changelog_capitalize" to flags (#279)
Fixes #278 (or so I hope). (37716df
)
-
docs: fix broken internal references (#270) (
da20b9b
) -
docs: update links to Github docs (#268) (
c53162e
)
- feat: add changelog_capitalize configuration
Fixes #260 (7cacca1
)
- style: improve code formatting (
b9016cd
)
- chore: make env statement uppercase in Dockerfile (#262) (
911670d
)
- ci: check commit logs with commitlint (#263)
The contributing guide says that the project should itself follow the Angular commit convention, but there is nothing to enforce it AFAIK.
I had a similar problem on a project where I'm using
python-semantic-release
and I've added a Github action to
test it on CI, you might find it useful too. (016fde6
)
- docs: fix docstring
Stumbled upon this docstring which first line seems copy/pasted from
the method above. (5a5e2cf
)
- feat: Generate
changelog.md
file (#266) (2587dfe
)
- style: improve code formatting (
8b62e79
)
- fix: add required to inputs in action metadata (#264)
According to the documentation, inputs.<input_id>.required
is a
required field. (e76b255
)
- fix: Use range for toml dependency
Fixes #241 (45707e1
)
- chore: update with username change (
48972fb
)
-
docs: link to getting started guide in README (
f490e01
) -
docs: create 'getting started' instructions (#256) (
5f4d000
)
- fix: support multiline version_pattern matching by default (
82f7849
)
- style: improve code formatting (
71fdb9f
)
- ci: pin isort version (
cf80ad3
)
- docs: add quotation marks to the pip commands in CONTRIBUTING.rst (#253) (
e20fa43
)
- fix(changelog): send changelog to stdout
Fixes #250 (87e2bb8
)
- docs: give example of multiple build commands (#248)
I had a little trouble figuring out how to use a non-setup.py build
command, so I thought it would be helpful to update the docs with an
example of how to do this. (65f1ffc
)
- fix: commit all files with bumped versions (#249) (
b3a1766
)
- style: improve code formatting (
904ed7e
)
- feat: bump versions in multiple files (#246)
- Add the
version_pattern
setting, which allows version numbers to be identified using arbitrary regular expressions. - Refactor the config system to allow non-string data types to be
specified in
pyproject.toml
. - Multiple files can now be specified by setting
version_variable
orversion_pattern
to a list inpyproject.toml
.
Fixes #175 (0ba2c47
)
- style: improve code formatting (
f040bb9
)
- fix(changelog): swap sha and message in table changelog (
6741370
)
- feat(changelog): add changelog_table component (#242)
Add an alternative changelog component which displays each section as a row in a table.
Fixes #237 (fe6a7e7
)
- style: improve code formatting (
a43beb5
)
- docs: add conda-forge badge (
e9536bb
)
-
feat(changelog): add changelog components (#240)
-
feat(changelog): add changelog components
Add the ability to configure sections of the changelog using a
changelog_components
option. Component outputs are separated by a blank
line and appear in the same order as they were configured.
It is possible to create your own custom components. Each component is a function which returns either some text to be added, or None in which case it will be skipped.
BREAKING CHANGE: The compare_url
option has been removed in favor of using
changelog_components
. This functionality is now available as the
semantic_release.changelog.compare_url
component.
-
docs: add documentation for changelog_components
-
feat: pass changelog_sections to components
Changelog components may now receive the value of changelog_sections
,
split and ready to use. (3e17a98
)
- style: improve code formatting (
1dfca97
)
- fix: convert \r\n to \n in commit messages
Fixes #239 (34acbbc
)
- style: improve code formatting (
9684c0f
)
- feat(history): create emoji parser (#238)
Add a commit parser which uses emojis from https://gitmoji.carloscuesta.me/ to determine the type of change.
-
fix: add emojis to default changelog_sections
-
fix: include all parsed types in changelog
This allows emojis to appear in the changelog, as well as configuring other types to appear with the Angular parser (I remember someone asking for that feature a while ago). All filtering is now done in the markdown_changelog function.
- refactor(history): get breaking changes in parser
Move the task of detecting breaking change descriptions into the commit parser function, instead of during changelog generation.
This has allowed the emoji parser to also return the regular descriptions as breaking change descriptions for commits with π₯.
BREAKING CHANGE: Custom commit parser functions are now required to pass
a fifth argument to ParsedCommit
, which is a list of breaking change
descriptions.
- docs: add documentation for emoji parser (
2e1c50a
)
- test: capture logging output
Adapt the CLI tests so that pytest can capture the log output, and display it if there is a failure. This helps with debugging. (32cfd90
)
- fix: use getboolean for commit_version_number
Fixes #186 (a60e0b4
)
- style: improve code formatting (
49b3389
)
- feat(history): support linking compare page in changelog
Fixes #218 (79a8e02
)
- test: split history tests into multiple files (
14e4ae2
)
- ci: add help-wanted automatically
Add the help-wanted label to bug reports and feature requests which have not had any activity in 3 weeks. This is implemented using stale, however it is set such that the issues will not be closed. (56e092a
)
- ci: close stale questions automatically (#226)
Any issues which are labelled as a question will be closed after two weeks of inactivity. This doesn't affect other types of issues. (539918c
)
- ci: pass SHA from beautify to release
Checkout the current SHA from the end of the beautify job for releasing, instead of master. This will either be the same as the commit we are running for, or the SHA of a style commit. This prevents releasing of untested code.
See
https://github.saobby.my.eu.orgmunity/t5/GitHub-Actions/Checkout-commit-pushed-by-previous-job/m-p/55847#M9670 (76e34b6
)
- docs: add = to verbosity option
Fixes #227 (a0f4c9c
)
- docs: use references where possible
Fixes #221 (f38e5d4
)
- feat(history): check all paragraphs for breaking changes
Check each paragraph of the commit's description for breaking changes, instead of only a body and footer. This ensures that breaking changes are detected when squashing commits together.
Fixes #200 (fec08f0
)
- style: improve code formatting (
a1d324c
)
- test: test against Python 3.6 (
a88efb9
)
- docs: add documentation for PYPI_TOKEN (
a8263a0
)
- feat(actions): support PYPI_TOKEN on GitHub Actions
Add support for the new PYPI_TOKEN environment variable to be used on GitHub Actions. (df2c080
)
- feat(pypi): support easier use of API tokens
Allow setting the environment variable PYPI_TOKEN to automatically fill the username as token.
Fixes #213 (bac135c
)
- refactor(history): combine = and : into one regex
Use a [=:] group instead of running two separate searches. (bbaf6b9
)
- fix(hvcs): convert get_hvcs to use LoggedFunction
This was missed in 213530fb0c914e274b81d1dacf38ea7322b5b91f (3084249
)
- refactor(debug): use logging and click_log instead of ndebug
BREAKING CHANGE: DEBUG="*"
no longer has an effect, instead use
--verbosity DEBUG
. (15b1f65
)
- build(pip): store requirements in setup.py
Remove the requirements directory and instead store all required
libraries directly inside setup.py. Development, testing and docs
dependencies are included as extras. (401468f
)
- chore(tox): clean up tox.ini
Allow mypy and coverage to run on any Python version. (28feba6
)
- ci: always checkout most recent commit to release
This should pull a beautify commit if one has been created, allowing the
new version to be pushed. (6c98aab
)
- ci: cache testing dependencies
This should help improve the speed of the testing workflow by caching
downloaded dependencies. (4f53e35
)
- ci: move beautification to separate workflow
See python-semantic-release#214 (comment) (6ed42dc
)
- ci: beautify code automatically (#214)
Run isort and Black on pushes to master. Any edits made are committed. isort and flake8 no longer run as a check. (d49c4ac
)
-
docs: create Read the Docs config file (
aa5a1b7
) -
docs: include README.rst in index.rst
These files were very similar so it makes sense to simply include one
inside the other. (8673a9d
)
-
docs: rewrite README.rst (
e049772
) -
docs: move action.rst into main documentation (
509ccaf
) -
docs: rewrite troubleshooting page (
0285de2
)
- refactor(debug): improve debug output (
213530f
)
- doc: updated doc with new ParsedCommit object instead of nested Tuple (
ac565dc
)
- ci: fetch full history in release job
I didn't realise that actions/checkout@v2 only fetches 1 commit by
default. (a02a9b7
)
- ci: run tests on pull_request
The tests didn't run for #211 which caused a flake8 failure to be
missed. (32fd77e
)
- ci: run tests on GitHub Actions (
39ff283
)
- docs: automate API docs
Automatically create pages in the API docs section using sphinx-autodoc. This is added as an event handler in conf.py. (7d4fea2
)
- feat(github): add tag as default release name (
2997908
)
- refactor(vcs): add functools.wraps to check_repo (
4d97187
)
- style: fix styling from 2997908
These code style problems were introduced because tests didn't run on
#211. (172391e
)
- chore(github): create issue templates (
0f57662
)
-
docs: update index.rst (
b27c26c
) -
docs: improve formatting of envvars page (
b376a56
) -
docs: improve formatting of configuration page (
9a8e22e
)
- feat(history): allow customizing changelog_sections (#207) (
d5803d5
)
-
fix: Bump dependencies and fix Windows issues on Development (#173)
-
Bump dependencies and fix windows issues
-
Correctly pass temp dir to test settings
-
Remove print call on test settings
-
chore: remove py34 and py35 classifiers
-
chore: bump twine, requests and python-gitlab
-
chore: update tox config to be more granular
-
fix: missing mime types on Windows
-
chore: bump circleCI and tox python to 3.8
-
chore: remove py36 from tox envlist
-
chore: isort errors (
0a6f8c3
)
- refactor(history): use a named tuple for parsed commits
This improves readability as we can use attributes such as 'bump' and
'descriptions' instead of confusing numeric indices. (bff40d5
)
- fix(history): leave case of other characters unchanged
Previously, use of str.capitalize() would capitalize the first letter as expected, but all subsequent letters became lowercase. Now, the other letters remain unchanged. (96ba94c
)
- test: Run --help in docker image to make testing of image easier (
b41e6b2
)
- fix: Make action use current version of semantic-release
This gives two benefits:
- In this repo it will work as a smoketest
- In other repos when they specify version int the github workflow they
will get the version they specify. (
123984d
)
- docs(pypi): update docstings in pypi.py (
6502d44
)
-
feat(build): allow config setting for build command (#195)
-
feat(build): allow config setting for build command
BREAKING CHANGE: Previously the build_commands configuration variable set the types of bundles sent to python setup.py
. It has been replaced by the configuration variable build_command
which takes the full command e.g. python setup.py sdist
or poetry build
.
Closes #188 (740f4bd
)
- fix: Rename default of build_command config (
d5db22f
)
-
refactor(cli): improve readability of cli.py and some log messages (
646dd81
) -
refactor: make check_repo a decorator (
3799d8b
)
-
style: improve readability of history/init.py (
c878cd3
) -
style: improve readability of parsers (
f84f317
) -
style: improve readability of history/logs.py (
2f22892
) -
style: improve readability of vcs_helpers.py (
e46a358
) -
style: improve readability of settings.py (
af4df82
)
-
ci: use GitHub Action from this repo (
4352ea8
) -
ci: store PyPI username in secrets (
b6de1a6
) -
ci: set up releasing with GitHub Actions
#109: Setup github actions for releasing this project by calling on the current source code. (a80cc45
)
- feat(actions): create GitHub Action (
350245d
)
- feat: make commit message configurable (#184) (
eb0762c
)
- feat(pypi): add build_commands config
Add a config option to set the commands passed to setup.py when building distributions. This allows for things like adding custom commands to the build process. (22146ea
)
- fix(pypi): change bdist_wheels to bdist_wheel
Change the incorrect command bdist_wheels to bdist_wheel. (c4db509
)
- feat(git): Add a new config for commit author (
aa2c22c
)
- fix: repair parsing of remotes in the gitlab ci format
Format is: "https://gitlab-ci-token:MySuperToken@gitlab.example.com/group/project.git"
Problem was due to the regex modification for #179
Fixes #181 (0fddbe2
)
-
feat: Upload distribution files to GitHub Releases (#177)
-
refactor(github): create upload_asset function
Create a function to call the asset upload API. This will soon be used to upload assets specified by the user.
- refactor(github): infer Content-Type from file extension
Infer the Content-Type header based on the file extension instead of setting it manually.
- refactor(pypi): move building of dists to cli.py
Refactor to have the building/removal of distributions in cli.py instead of within the upload_to_pypi function. This makes way for uploading to other locations, such as GitHub Releases, too.
- feat(github): upload dists to release
Upload Python wheels to the GitHub release. Configured with the option upload_to_release, on by default if using GitHub.
-
docs: document upload_to_release config option
-
test(github): add tests for Github.upload_dists
-
fix(github): fix upload of .whl files
Fix uploading of .whl files due to a missing MIME type (defined custom type as application/x-wheel+zip). Additionally, continue with other uploads even if one fails.
- refactor(cli): additional output during publish
Add some additional output during the publish command.
- refactor(github): move api calls to separate methods
Move each type of GitHub API request into its own method to improve readability.
Re-implementation of #172
- fix: post changelog after PyPI upload
Post the changelog in-between uploading to PyPI and uploading to GitHub Releases. This is so that if the PyPI upload fails, GitHub users will not be notified. GitHub uploads still need to be processed after creating the changelog as the release notes must be published to upload assets to them. (e427658
)
- fix: support repository owner names containing dots
Fixes #179 (a6c4da4
)
- fix(github): use application/octet-stream for .whl files
application/octet-stream is more generic, but it is better than using a non-official MIME type. (90a7e47
)
- feat(history): capitalize changelog messages
Capitalize the first letter of messages in the changelog regardless of
whether they are capitalized in the commit itself. (1a8e306
)
- fix: Only overwrite with patch if bump is None
Fixes #159 (1daa4e2
)
- fix: Add more debug statements in logs (
bc931ec
)
- refactor(history): remove unnecessary newlines
Since simplifying the capitalization, the comment is no longer needed and so the statement can be compacted onto one line again. (ffc3f8b
)
- refactor(history): use capitalize method for readability
Co-Authored-By: Rolf Erik Lekang <me@rolflekang.com> (289349a
)
- docs: fix broken list in readme
Fix the syntax of a broken bullet-point list in README.rst. (7aa572b
)
-
docs: Add note about automatic releases in readme (
e606e75
) -
docs: Update readme and getting started docs (
07b3208
)
- fix(github): send token in request header
Use an Authorization header instead of deprecated query parameter authorization.
Fixes python-semantic-release#167 (be9972a
)
- feat(history): enable colon defined version
The get_current_version_by_config_file and the replace_version_string methods now check for both variables defined as "variable= version" and "variable: version" This allows for using a yaml file to store the version.
Closes #165 (7837f50
)
-
fix: Remove erroneous submodule (
762bfda
) -
fix(cli): --noop flag works when before command
The entry point of the app is changed from main() to entry(). Entry takes any arguments before commands and moves them to after commands, then calls main()
Closes #73 (4fcc781
)
- fix: Add quotes around twine arguments
Fixes #163 (46a83a9
)
- feat(parser): make BREAKING-CHANGE synonymous with BREAKING CHANGE
According to point 16 in the conventional commit specification, this
should be implemented. They especially mention the footer, but I kept
the body for backwards compatibility. This should probably be removed
one day. The regex is in the helpers to make it easier to re-use, but I
didn't updated parser_tag since it looks like a legacy parser. (beedccf
)
- feat(parser): add support for exclamation point for breaking changes
According to the documentation for conventional commits, breaking changes can be described using exclamation points, just before the colon between type/scope and subject. In that case, the breaking change footer is optional, and the subject is used as description of the breaking change. If the footer exists, it is used for the description.
Fixes #156 (a4f8a10
)
- fix(github): add check for GITHUB_ACTOR for git push (#162) (
c41e9bb
)
- fix: fallback to whole log if correct tag is not available (#157)
The method getting all commits to consider for the release will now test whether the version in input is a valid reference. If it is not, it will consider the whole log for the repository.
evaluate_version_bump will still consider a message starting with the version number as a breaking condition to stop analyzing.
Fixes #51 (252bffd
)
-
fix: Set version of click to >=2.0,<8.0. (#155)
-
fix: Upgrade to click 7.0.
Fixes #117
-
fix: Instead of requiring click 7.0, looks like all tests will pass with at least 2.0.
-
Upstream is at ~=7.0, so let's set the range to less than 8.0.
-
The string template has no variables, so remove the call to .format() (
f07c7f6
)
- fix: update regex to get repository owner and name for project with dots
Remove the dot from the second capture group to allow project names containing dots to be matched. Instead of a greedy '+' operator, use '*?' to allow the second group to give back the '.git' (to avoid including it in the project name)
Fixes #151 (2778e31
)
- fix: support repo urls without git terminator (
700e9f1
)
- test: better test coverage
Adds some coverage mainly on cli and vcs_helpers (b7bf6fe
)
- feat: allow users to get version from tag and write/commit bump to file
Before this commit, version was bumped in the file, but only committed
if version was obtained from version_variable
(version_source == commit
).
Also added a relevant test and a description for this new option.
Fixes #104 (1f9fe1c
)
- feat: make the vcs functionalities work with gitlab
Adds python-gitlab as requirement. Refactored github specific methods while keeping default behavior. Also removed an unused return value for post_release_changelog. Also refactored the secret filtering method. Updated the related tests.
Fixes #121 (82d555d
)
- feat: allow the override of configuration options from cli
config can now be overriden with the "-D" flag. Also adds the related tests and documentation.
Also introduces a fixture in tests/init.py that reloads module using config. It is necessary since all tests run in the same environment. A better way would be to box the execution of tests (using the --forked option of pytest for example) but it does not work in non-unix systems. Also some tests should not break if config is changed, but it is outside of the scope of this issue.
Fixes #119 (f0ac82f
)
- feat: add the possibility to load configuration from pyproject.toml
Adds the toml library to base requirements. Also adds the related tests and documentation. Also adds the description of the version_source configuration option
Relates to #119 (35f8bfe
)
- fix: update list of commit types to include build, ci and perf
Also added perf to the types that trigger a patch update
Fixes #145 (41ea12f
)
- fix: manage subgroups in git remote url
This is a necessary fix for gitlab integration. For an illustration of the need and use for this fix, test was edited.
Fixes #139
Fixes #140 (4b11875
)
-
chore: Add tools requirements file (
bbf1109
) -
chore: Remove tox and mypy from dev requirements (
9dcfaf0
)
- feat: Add support for showing unreleased changelog
Fixes #134 (41ef794
)
- feat: Add support for configuring branch
Fixes #43 (14abb05
)
- feat: Add configuration to customize handling of dists
Relates to #115 (2af6f41
)
- fix: Remove deletion of build folder
Fixes #115 (b45703d
)
-
fix: updated the tag tests (
3303eef
) -
fix: kept setting new version for tag source (
0e24a56
) -
fix: Add commit hash when generating breaking changes
Fixes #120 (0c74faf
)
- fix: Upgrade click to 7.0 (
2c5dd80
)
-
test: Fix test name (
aff4454
) -
test: Add mocking of reading of repo owner
Fixes #108 (04cc6b5
)
- docs(circleci): point badge to master branch (
9c7302e
)
- fix: Make sure the history only breaks loop for version commit
Fixes #135 (5dc6cfc
)
- fix: correct isort build fail
build fail: https://circleci.com/gh/relekang/python-semantic-release/379 (0037210
)
- fix(vcs): allow cli to be run from subdirectory (
fb7bb14
)
- Fix minor sematic typo (
76123f4
)
- chore: ignore venv
venv is ignored in config for flake8 and isort.
Should be ignored in git as well. (ff58962
)
- chore: ignore vscode settings (
bf9da4c
)
- docs: DEBUG usage and related
Debug functionality lack documentation.
Thoubleshooting is helped by documenting other
environment variables as well. (f08e594
)
-
docs: correct usage of changelog (
f4f59b0
) -
docs: describing the commands
The commands is lacking from the documentation. (b6fa04d
)
- docs: update url for commit guidelinesThe guidelines can now be found in theDEVELOPERS.md in angular. (
90c1b21
)
- refactor: added debug to hvcshvcs
module did not have any debug (0c6237b
)
-
docs(readme): add testing instructions (
bb352f5
) -
docs: Add installation instructions for development (#106) (
9168d0e
)
- feat(ci_checks): add support for bitbucket (
9fc120d
)
- fix: Maintain version variable formatting on bump (#103)
Small change to the way the version is written to the config file it is read from. This allows the formatting to be the same as before semantic-release changed it.
Prior behavior
my_version_var="1.2.3"
=> my_version_var = '1.2.4'
New behavior
my_version_var="1.2.3"
=> my_version_var="1.2.4"
I am using python-semantic-release with a Julia project and this change will allow for consistent formatting in my Project.toml file where the version is maintained (bf63156
)
- fix: initialize git Repo from current folder
This allows to run the program also from inner repository folders (c7415e6
)
- fix: Use same changelog code for command as post
See #27 for background. (248f622
)
- Merge pr #89
This was merged locally to fix conflicts. (0dad451
)
- docs: Remove reference to gitter
Fixes #90 (896e37b
)
- fix: Use correct syntax to exclude tests in package
This implements #92 without deleting init.py files. (3e41e91
)
- fix: Filter out pypi secrets from exceptions
Fixes #41 (5918371
)
- fix: Clean out dist and build before building
This should fix the problem with uploading old versions.
Fixes #86 (b628e46
)
- fix: Add better error message when pypi credentials are empty
Fixes #96 (c4e5dcb
)
- fix: Unfreeze dependencies
This uses ~= for most dependencies instead of pinning them.
Fixes #100 (847833b
)
- fix(parser_angular): Fix non-match when special chars in scope (
8a33123
)
-
test: Update test after adding cleaning of dist (
202fba5
) -
test(angular): Fix pep8 violations (
a504f26
)
- fix: Remove support for python 2
BREAKING CHANGE: This will only work with python 3 after this commit. (85fe638
)
- feat: Add support for commit_message config variable
This variable can allow you to skip CI pipelines in CI tools like GitLab CI by adding [CI skip] in the body. There are likely many uses for this beyond that particular example...
BREAKING CHANGE: If you rely on the commit message to be the version number only, this will break your code
re #88 #32 (4de5400
)
- docs: Add type hints and more complete docstrings
Includes a few style changes suggested by pylint and type safety checks suggested by mypy
re #81 (a6d5e9b
)
- docs: Fix typo in documentation index
The word role -- 'an actor's part in a play, movie, etc.' does not fit
in this context. "ready to roll" is a phrase meaning "fully prepared to
start functioning or moving" or simply "ready". I believe this is what
was meant to be written. (da6844b
)
- feat(CI checks): Add support for GitLab CI checks
Check GITLAB_CI
environment variable and then verify
CI_COMMIT_REF_NAME
matches the given branch.
Includes tests
Closes #88 re #32 (8df5e2b
)
-
fix: Add credentials check (
0694604
) -
fix: Add check of credentials (
7d945d4
) -
fix: Add dists to twine call (
1cec2df
) -
fix: Re-add skip-existing (
366e9c1
) -
fix: Use twine through cli call (
ab84beb
) -
fix: Use new interface for twine (
c04872d
) -
fix: Remove repository argument in twine (
e24543b
) -
fix: Update twine (
c4ae7b8
) -
fix: Remove universal from setup config (
18b2402
) -
fix: Change requests from fixed version to version range (#93)
-
Change requests version to be more flexible to aid in using this with dev requirements for a release.
-
revert changes to vcs helpers (
af3ad59
)
- refactor: Fix typing errors (
5c37d47
)
- style(vcs_helpers): Add r prefix to regular expression match string
This 'raw' designator gets rid of flake8 complaints (29c25d3
)
- test: Fix tests (
d3862e8
)
- Typo, link broken
Change .. _angular commit guidelins:
to .. _angular commit guidelines:
(721a6dd
)
- fix: Upgrade twine (
9722313
)
- 3.11.2 (
762fbcf
)
- chore: Divide circle ci into different jobs for better feedback on prs (
11f7c8a
)
- docs: Add retry option to cli docs (
021da50
)
- fix: change Gitpython version number
Change the Gitpython version number to fix a bug described in #80. (23c9d4b
)
- 3.11.1 (
ddb3353
)
- chore: Replace travis and frigg with circleci (
c53d11e
)
-
feat: Add support to finding previous version from tags if not using commit messages (#68)
-
feat: Be a bit more forgiving to find previous tags
Now grabs the previous version from tag names if it can't find it in the commit
-
quantifiedcode and flake8 fixes
-
Update cli.py
-
Switch to ImproperConfigurationError (
6786487
) -
feat: Add --retry cli option (#78)
-
Add --retry cli option
-
Post changelog correctly
-
Add comments
-
Add --retry to the docs (
3e312c0
)
- fix: Make repo non if it is not a git repository
Fixes #74 (1dc306b
)
- fix: Add pytest cache to gitignore (
b8efd5a
)
-
style: Fix flake8 (
c9686a2
) -
style: Fix flake8 (
d9239ea
) -
style: Fix flake8 (
a40f56f
) -
style: Fix isort warnings (
5411c8d
)
- test: Fix broken tests and add a test after 3e312c0 (
c3e0339
)
- 3.11.0 (
54e003c
)
- fix: error when not in git repository (#75)
Fix an error when the program was run in a non-git repository. It would not allow the help options to be run.
issue #74 (251b190
)
- 3.10.3 (
c15e0de
)
- fix: update call to upload to work with twine 1.9.1 (#72) (
8f47643
)
- 3.10.2 (
0907db4
)
- chore: Fix config in travis (
57e969f
)
- fix: Update Twine (#69)
The publishing API is under development and older versions of Twine have problems to deal with newer versions of the API. Namely the logic of register/upload has changed (it was simplified). (9f268c3
)
-
3.10.1 (
500972c
) -
revert: "chore: Remove travis"
This reverts commit 93e5507da6d53ecf63405507390633ef480c52fb. (195ed8d
)
- chore: Remove a print statement (
fe908d4
)
- docs: Fix typo in cli.py docstring (#64) (
0d13985
)
-
feat: Add git hash to the changelog (#65)
-
feat(*): add git hash to the changelog
Add git hash to the changelog to ease finding the specific commit. The hash now is also easily viewable in Github's tag. see #63 for more information.
- chore(test_history): fix test errors
Fix the test errors that would happen after the modification of get_commit_log. (628170e
)
- fix: Make changelog problems not fail whole publish
Can be fixed with changelog command later. (b5a68cf
)
- test: Make the tests green again (
874307b
)
- 3.10.0 (
7cfe01d
)
- feat: add option for choosing between versioning by commit or tag
default versioning behaviour is commiting (c0cd1f5
)
-
feat: don't use file to track version, only tag to commit for versioning (
cd25862
) -
feat: get repo version from historical tags instead of config file
repo version will get from historical tags. init 0.0.0 if fail of find any version tag (a45a9bf
)
- fix: can't get the proper last tag from commit history
repo.tags returns a list sorted by the name rather than date, fix it by sorting them before iteration (5a0e681
)
- refactor: simplify code with clearer logic
add version_source to default.cfg to remove all get_option calls
remove some duplicate codes (4f11a86
)
- style: flake8 check (
20422b4
)
-
3.9.0 (
52bf48b
) -
Merge pull request #54 from KenMercusLai/master
add option to use tag instead of creating new commit when versioning (8e9c021
)
- chore: Grammar fix (#61) (
1f424c8
)
- fix: Add search_parent_directories option to gitpython (#62) (
8bf9ce1
)
- 3.8.1 (
378e2eb
)
- chore: Change pull in after_success to git fetch --unshallow
This will retrieve the whole git history before trying to make a
release. (6f3b9d8
)
-
chore: Pull master in after success (
325d216
) -
chore: Run correct tox environments on frigg (
0d4bdad
) -
chore: Fix indentation in frigg settings (
f9cecc5
) -
chore: Add release in after success in frigg settings (
7bb4d7e
) -
chore: Remove travis (
93e5507
) -
chore: Move coverage to tox (
9865e9c
) -
chore: Add tox and sphinx as dev dependencies (
0237fcd
)
-
docs: Add info about trello board in readme (
5229557
) -
docs: Update info about releases in contributing.md (
466f046
) -
docs: Add info about correct commit guidelines (
af35413
) -
docs: Fix badges in readme (
7f4e549
)
- feat: Add ci checks for circle ci (
151d849
)
-
fix: Refactoring cli.py to improve --help and error messages (
c79fc34
) -
fix: Add git fetch to frigg after success (
74a6cae
) -
fix: Make tag parser work correctly with breaking changes
The tag parser did not work correctly, this went undiscovered for a
while because the tests was not ran by pytest. (9496f6a
)
-
test: Add tests for circle ci checks (
fa1223c
) -
test: Mock to fix cli tests (
24e5f7a
) -
test: Make sure all publish tests mocks checkout
If not the tests will checkout master (742b2e9
)
- test: Restructure ci checks tests (
f36eb2e
)
-
3.8.0 (
8779773
) -
Merge pull request #57 from relekang/feat/add-circle-ci-checks
Add circle ci checks (7af9816
)
- Merge pull request #58 from relekang/refactor-cli-py
fix: Refactoring cli.py to improve --help and error messages (a0bf0ff
)
- Merge pull request #60 from relekang/test/fix-cli-tests
test: Mock to fix cli tests (d6df71d
)
- Merge pull request #59 from relekang/test/fix-structure
fix: Make tag parser work correctly with breaking changes (1e9a581
)
- Merge pull request #56 from relekang/dev-deps
chore: Add tox and sphinx as dev dependencies (3beb444
)
- fix: move code around a bit to make flake8 happy (
41463b4
)
-
3.7.2 (
dde8bbf
) -
Merge pull request #55 from relekang/flake8-fixes
fix: move code around a bit to make flake8 happy (2184549
)
- docs(configuration): Fix typo in setup.cfg section (
725d87d
)
-
3.7.1 (
0aaa112
) -
Merge pull request #50 from edwelker/doc_fix
documentation typo (b3c52c2
)
- documentation typo (
b77d484
)
- feat: Add ci_checks for Frigg CI (
577c374
)
- 3.7.0 (
10825b5
)
- fix: Add requests as dependency (
4525a70
)
- 3.6.1 (
8f5dd02
)
-
docs: Add step by step guide for configuring travis ci (
6f23414
) -
docs: Remove duplicate readme
It was created by pandoc earlier when the original readme was written in
markdown. (42a9421
)
-
docs: Add note about node semantic release (
0d2866c
) -
docs: Move automatic-releases to subfolder (
ed68e5b
) -
docs: Add documentation for configuring on CI (
7806940
)
- feat: Add checks for semaphore
Fixes #44 (2d7ef15
)
- 3.6.0 (
4916f16
)
-
chore: Re-add git user config to travis config (
2c2809e
) -
chore: Remove unecessary git commands from travis after_success (
a863b62
)
- docs: Convert readme to rst (
e8a8d26
)
- feat: Checkout master before publishing
Related to #39 (dc4077a
)
- feat: Add author in commit
Fixes #40 (020efaa
)
- fix: Remove " from git push command (
031318b
)
- refactor: Use gitpython instead of invoke in vcs_helpers
Fixes #3 (0d9b9a7
)
- 3.5.0 (
fb67b5f
)
-
chore: Convert cli tests to pytest (
40da8bb
) -
chore: Add checkout master to travis after_success (
b79310a
)
- feat: Add travis environment checks
These checks will ensure that semantic release only runs against master
and not in a pull-request. (f386db7
)
- 3.4.0 (
397ba66
)
- fix: Do git push and git push --tags instead of --follow-tags (
8bc70a1
)
- docs: Update docstrings for generate_changelog (
987c6a9
)
- fix: Change build badge (
0dc068f
)
- fix: Only list commits from the last version tag
Fixes #28 (191369e
)
- fix: Add pandoc to travis settings (
17d40a7
)
- refactor: Fix quantified code warnings (
6d16953
)
- feat: Add support for environment variables for pypi credentials (
3b383b9
)
-
fix: Downgrade twine to version 1.5.0 (
66df378
) -
fix: Add missing parameters to twine.upload (
4bae22b
) -
fix: Push to master by default (
a0bb023
) -
fix: Better filtering of github token in push error (
9b31da4
) -
fix: Make sure the github token is not in the output (
55356b7
)
- Upgrade dependency click to ==6.2 (
1c5f3cd
)
- chore: Update travis pypi password (
7437c80
)
-
fix: Add requirements to manifest (
ed25ecb
) -
fix(pypi): Add sdist as default in addition to bdist_wheel
There are a lot of outdated pip installations around which leads to
confusions if a package have had an sdist release at some point and
then suddenly is only available as wheel packages, because old pip
clients will then download the latest sdist package available. (a1a35f4
)
- 3.2.1 (
ab83167
)
-
chore: Fix command in travis file (
edb12d1
) -
chore: Add git config to travis setup (
7cc1510
) -
chore: Make travis have one environment (
ec2a003
) -
chore: Setup travis (
f283875
)
-
feat(git): Add push to GH_TOKEN@github-url (
546b5bf
) -
feat(angular-parser): Remove scope requirement (
90c9d8d
)
- fix(deps): Use one file for requirements (
4868543
)
- test: Update test setup (
ac1e686
)
-
3.2.0 (
bf85122
) -
Merge pull request #29 from relekang/depsy-decisive-upgrade-15_10_17_07_51_03
[Depsy] Upgrade dependencies (4987a31
)
-
Add links to the node project (
3567952
) -
Upgrade dependency twine to ==1.6.3 (
f96e9b2
) -
Upgrade dependency semver to ==2.2.1 (
63b4b99
) -
Upgrade dependency invoke to ==0.11.1 (
b9fe5eb
) -
Upgrade dependency click to ==5.1 (
662bc2d
) -
Upgrade dependency twine to ==1.6.3 (
571dd43
) -
Upgrade dependency semver to ==2.2.1 (
e656bea
) -
Upgrade dependency invoke to ==0.11.1 (
31a2051
) -
Upgrade dependency click to ==5.1 (
d0b6c7d
) -
Upgrade dependency responses to ==0.5.0 (
fcf9e1a
)
- chore(imports): Make all imports relative (
d6ce17b
)
- feat(pypi): Add option to disable pypi upload (
f5cd079
)
- 3.1.0 (
93cb147
)
-
chore(pytest): Use assert in pytest-test (
d8d1f9d
) -
chore(setup.py): Remove uneded variable (
e54774c
)
- feat(parser): Add tag parser
This parser is based on the same commit style as 1.x.x of
python-semantic-release. However, it requires "BREAKING CHANGE:
<explanation> for a breaking change (a7f392f
)
-
fix(errors): Add exposing of errors in package (
3662d76
) -
fix(version): Parse file instead for version
This makes it possible to use the version command without a setup.py
file. (005dba0
)
- fix(github): Fix property calls
Properties can only be used from instances. (7ecdeb2
)
- refactor(parsers): Move the parsing of the parts after line one to helpers (
cefc8c6
)
- 2.1.4 (
a05210f
)
-
chore(qc): Fix warnings from quantifiedcode (
73c5da2
) -
chore(test): Use mock package instead of unittest.mock (
5376a56
)
-
docs(readme): Update readme with information about the changelog command (
56a745e
) -
docs(parsers): Add documentation about commit parsers (
9b55422
) -
docs(api): Update apidocs (
6185380
)
- fix(hvcs): Make Github.token an property (
37d5e31
)
- 2.1.3 (
4979071
)
- fix(cli): Fix call to generate_changelog in publish (
5f8bce4
)
- 2.1.2 (
dfb37cb
)
- fix(history): Fix issue in get_previous_version (
f961786
)
- 2.1.1 (
7cf3a7d
)
- chore(pep8): Fix pep8 warning (
5108b17
)
- feat(cli): Add the possibility to repost the changelog (
4d028e2
)
-
fix(cli): Fix check of token in changelog command (
cc6e6ab
) -
fix(github): Fix the github releases integration (
f0c3c1d
) -
fix(history): Fix changelog generation
This enables regeneration of a given versions changelog. (f010272
)
- test(github): Fix broken tests (
a140ecd
)
- 2.1.0 (
4b78940
)
- feat(history): Set angular parser as the default
BREAKING CHANGE: This changes the default parser. Thus, the default
behaviour of the commit log evaluator will change. From now on it will
use the angular commit message spec to determine the new version. (c2cf537
)
-
feat(publish): Add publishing of changelog to github (
74324ba
) -
feat(github): Add github release changelog helper (
da18795
) -
feat(history): Add markdown changelog formatter (
d77b58d
) -
feat(cli): Add command for printing the changelog
Usage: semantic_release changelog
(336b8bc
)
- feat(history): Add generate_changelog function
It generates a dict with changelog information to each of the given
section types. (347f21a
)
-
feat(settings): Add loading of current parser (
7bd0916
) -
feat(history): Add angular parser
This adds a parser that follows the angular specification. The parser is not hooked into the history evaluation yet. However, it will become the default parser of commit messages when the evaluator starts using exchangeable parsers.
Related to #17 (91e4f0f
)
-
fix(cli): Change output indentation on changelog (
2ca41d3
) -
fix(history): Support unexpected types in changelog generator (
13deacf
) -
fix(history): Fix regex in angular parser
This fixes a problem where multiline commit messages where not correctly
parsed. (974ccda
)
- fix(history): Fix level id's in angular parser (
2918d75
)
-
refactor(test): Move exit code assertion in cli tests (
345c299
) -
refactor(history): Move evaluate_version_bump (
c448d9b
)
- style(pep8): Fix pep8 and isort warnings (
87695b1
)
-
2.0.0 (
6493a58
) -
Add badges in readme (
ad7c9c6
) -
Add cumulative coverage (
15c5ea0
) -
Update api-docs (
4654655
) -
Fix #19, add config documentation (
354b2ca
)
-
1.0.0 (
a91662c
) -
π₯ Restructure helpers into history and pypi (
00f64e6
) -
Rename git_helpers to vcs_helpers (
77d701b
) -
Make authors file a list (
31b0f3a
) -
Fix #18, add docs for automatic publishing (
58076e6
) -
Set alabaster as sphinx theme (
1f698fe
) -
Add @jezdez to AUTHORS.rst (
985df2d
) -
Add pytest-xdist as requirements (
35961d7
) -
Fix current head hash test (
ed9a879
)
-
0.9.0 (
85bfaae
) -
Merge pull request #15 from jezdez/python-2
Add Python 2.7 support. Fix #10.
:sparkles: (5daabb7
)
-
Add Python 2.7 support. Fix #10. (
c05e13f
) -
Merge pull request #14 from jezdez/assertion-fix
Fixed name of assertion function. (aeb62df
)
-
Fixed cli tests to use correct params for call assertion. (
456b26b
) -
Fixed name of assertion function. (
9b16098
)
-
0.8.0 (
6ec8a3e
) -
Fix version test, add missing mock (
71842d4
) -
Set check_build_status in semantic-release config (
00f1a4e
) -
π Fix test_defaults in settings test (
b269d27
) -
Add release schedule note (
8bc8fba
) -
Add output when running check_build_status (
8bdda5a
) -
Add default value in check_build_status docs (
eb0c46d
) -
β¨ Fix #5, Add check_build_status option (
310bb93
) -
β¨ Add get_current_head_hash in git helpers (
d864282
) -
β¨ Add git helper to get owner and name of repo (
f940b43
)
-
0.7.0 (
aeb11f7
) -
β¨ Add patch_without_tag option, fixes #6 (
3734a88
) -
Move defaults to cfg file (
cb1257a
) -
Add contributing.rst (
a27e282
) -
Fix docstring in setup_hook() (
1e47f1c
) -
Fix #1, Add basic setup of sphinx based docs (
41fba78
) -
Add docstrings to all functions (
6555d5a
)
-
0.6.0 (
3acd8db
) -
β¨ Fix #13, Add twine for uploads to pypi (
eec2561
) -
Add tests for the setup.py hook (
ecd9e9a
) -
Add test for git helpers (
8354cfd
) -
Fix typo (
9585217
) -
Add link to blogpost in readme (
1966e52
)
Related: #9, #10 (e84c4d8
)
- Add note about python 3 only
related to #9 (a71b536
)
- 0.3.2 (
1d3ee00
)
-
0.3.0 (
d633a28
) -
Add info about tagging in readme (
914c78f
) -
β¨ Add support for tagging releases (
5f4736f
) -
π Fix issue with committing the same version # (
441798a
) -
Remove patch as default for untagged history (
e44e2a1
) -
Restructure and add tests (
4546e1e
)
-
0.2.0 (
c3bad90
) -
Remove apt dependencies from frigg settings (
d942a32
) -
Fix get_commit_log (
9af798a
) -
Remove pygit2 and add gitpython (
8165a2e
) -
Add test to check which parts of the git log is considered (
bb384b1
) -
β¨ Add noop mode
Fixes #4 (44c2039
)
-
Add docstrings in cli (
315f6d2
) -
Add installation of python3-cffi to frigg settings (
aa38ca8
) -
Add installation of libgit2-dev in frigg settings (
ff1d72b
) -
Remove the this is not usable yet warning from readme (
b14b468
) -
Update usage docs in readme (
1f753e6
) -
Remove note about β¬οΈ in readme (
1554051
) -
Update config docs in readme (
06a261f
)
-
0.1.1 (
54a98fe
) -
Fix libgit install in frigg settings (
bd991c3
) -
π Fix entry point (
bd7ce7f
) -
Fix badges (
1e5df79
) -
Add libgit2 to frigg settings (
d55f25c
) -
Update readme (
e8a6dd9
)
-
0.1.0 (
30d5f43
) -
Add commiting of new version (
6865d4b
) -
Add detection of change level (
06c5ac4
) -
Fix coverage settings (
4b80fab
) -
β¨ Implement setting of new version (
a2ad75b
) -
β¨ Add loading of config (
51c5e93
) -
Fix readme badges (
a3cc59b
) -
Update readme (
2b64782
) -
Fix isort (
11feb93
) -
β¨ Add better force options (
c6b4fe9
) -
Remove print usage (
5ca8957
) -
β¨ Implement get_new_version with semver (
4bb1f10
) -
β¨ Implement get_current_version (
49de531
) -
β¨ Add basic cli interface (
ff03d6e
) -
β¨ Add project structure (
57f4c2b
) -
Add a plan to the readme (
6f87d66
) -
Initial commit (
94abb4e
)