Skip to content

Tags: CramBL/dependabot-changelog-writer

Tags

vdev-1.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add a bunch of logging statements to git code (#53)

v1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
use unique temporary directory for storing binary and cleanup after r…

…unning (#49)

* use unique temporary directory for storing binary and cleanup after running

* 1.0.1

v1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
set action.yml branding (#39)

v0.8.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix typo (#32)

* fix typo

* fix invalid entry type

v0.8.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix name mixup (#31)

v0.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add pr link to entry (#30)

* add pr link to entry format

v0.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #29 from CramBL/use-fake-event-json-in-ci

add USE_FAKE_EVENT_JSON to exercise more code in dryruns

v0.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update readme (#27)

* prettify start of readme

* describe alternatives

v0.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor and extend dependabot pr body parsing + tests (#18)

* move example dependabot pr bodies to standalone markdown files

* rename example links to attempt to trip up parser

* add dependabot pr body example that bumps submodule with short SHA

* move the commands boilerplate part into separate file

* add example with novel versioning scheme

* use macro to reduce duplication and add the two new example depandabot pr bodies

* also allow "Bumps" in pr body and trim '.' (dot) from new version string

* add another pr body example with novel versioning scheme

* skip parsing <details> section

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ensure no empty commits (#17)

* fix lints and expect invisible_characters lints

* add tempfile and testresult to dev-dependencies

* use from_env_args ctor

* refactor git code and add tests