- Add signing options to action (
31ad5eb
) - repository: Add support for TWINE_CERT (#522) (
d56e85d
) - Update action with configuration options (#518) (
4664afe
)
- Changelog release commit search logic (#530) (
efb3410
) - Bump Dockerfile to use Python 3.10 image (#536) (
8f2185d
) - Fix mypy errors for publish (
b40dd48
) - Formatting in docs (
2e8227a
) - Update documentaton (
5cbdad2
) - action: Fix environment variable names (
3c66218
)
- Add better handling of missing changelog placeholder (
e7a0e81
) - Add repo=None when not in git repo (
40be804
)
- Add example for pyproject.toml (
2a4b8af
)
- Update git email in action (
0ece6f2
)
- Override repository_url w REPOSITORY_URL env var (#439) (
cb7578c
) - Add prerelease-patch and no-prerelease-patch flags for whether to auto-bump prereleases (
b4e5b62
)
- 🐛 fix get_current_release_version for tag_only version_source (
cad09be
)
- publish: Get version bump for current release (#467) (
dd26888
) - Add packaging module requirement (#469) (
b99c9fa
)
- Document tag_commit (
b631ca0
)
- Include additional changes in release commits (
3e34f95
)
- Support Github Enterprise server (
b4e01f1
)
- parser_angular: Allow customization in parser (
298eebb
)
- Address PR feedback for
parser_angular.py
(f7bc458
)
- Use gitlab-ci or github actions env vars (
8ca8dd4
)
- Remove invalid repository exception (
746b62d
)
- Rewrite Twine adapter for uploading to artifact repositories (
cfb20af
) - Allow custom environment variable names (#392) (
372cda3
) - repository: Add to settings artifact repository (
f4ef373
)
- Mypy errors in vcs_helpers (
13ca0fe
) - Skip removing the build folder if it doesn't exist (
8e79fdc
) - Don't use linux commands on windows (#393) (
5bcccd2
)
- Clean typos and add section for repository upload (
1efa18a
)
- Add get_formatted_tag helper instead of hardcoded v-prefix in the git tags (
1a354c8
)
- parser: Documentation for scipy-parser (
45ee34a
)
- Clarify second argument of ParsedCommit (
086ddc2
)
- Correct rendering of gitlab issue references (
07429ec
)
- Use release-api for gitlab (
1ef5cab
)
- Update trove classifiers to reflect supported versions (#344) (
7578004
) - Recommend setting a concurrency group for GitHub Actions (
34b0735
)
- Tomlkit should stay at 0.7.0 (
769a5f3
)
- Pin tomlkit to 0.7.0 (
2cd0db4
)
- Change log level of failed toml loading (
24bb079
)
- Add venv to path in github action (
583c5a1
)
- Use absolute path for venv in github action (
d4823b3
) - Set correct path for venv in action script (
aac02b5
) - Run semantic-release in virtualenv in the github action (
b508ea9
)
- Clarify that HVCS should be lowercase (
da0ab0c
)
- Add common options to documentation (
20d79a5
)
- actions: PAT must be passed to checkout step too (
e2d8e47
)
- print-version: Add print-version command to output version (
512e3d9
)
- actions: Fix github actions with new main location (
6666672
) - Avoid Unknown bump level 0 message (
8ab624c
) - Add dot to --define option help (
eb4107d
)
- build: Allow falsy values for build_command to disable build step (
c07a440
)
- hvcs: Add hvcs_domain config option (
ab3061a
)
- cli: Skip remove_dist where not needed (
04817d4
)
- logs: Fix TypeError when enabling debug logs (
2591a94
) - Filenames with unknown mimetype are now properly uploaded to github release (
f3ece78
)
- Add
upload_to_pypi_glob_patterns
option (42305ed
)
- netrc: Prefer using token defined in GH_TOKEN instead of .netrc file (
3af32a7
) - changelog: Use "issues" link vs "pull" (
93e48c9
)
- Add
major_on_zero
option (d324154
)
- Add documentation for option
major_on_zero
(2e8b26e
)
- logs: Include scope in changelogs (#281) (
21c96b6
)
- Add "changelog_capitalize" to flags (#279) (
37716df
)
- Add changelog_capitalize configuration (
7cacca1
)
- Generate
changelog.md
file (#266) (2587dfe
)
- Fix docstring (
5a5e2cf
)