Skip to content

Releases: CramBL/dependabot-changelog-writer

v1.0.0

01 Jan 21:22
3e63611
Compare
Choose a tag to compare

First stable release of the Dependabot Changelog Writer action.

The action is now feature complete and there will be no more major changes in the foreseeable future.

v0.8.2

01 Jan 18:45
242780f
Compare
Choose a tag to compare
Fix typo (#32)

* fix typo

* fix invalid entry type

v0.8.1

01 Jan 18:20
121ea1d
Compare
Choose a tag to compare
fix name mixup (#31)

v0.8.0

01 Jan 18:00
1b8c96f
Compare
Choose a tag to compare
Add pr link to entry (#30)

* add pr link to entry format

v0.7.0

01 Jan 16:24
f693c46
Compare
Choose a tag to compare
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

01 Jan 13:44
c6bea4a
Compare
Choose a tag to compare
Update readme (#27)

* prettify start of readme

* describe alternatives

v0.5.0

29 Dec 23:57
5979bdd
Compare
Choose a tag to compare
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

29 Dec 11:29
15b3a40
Compare
Choose a tag to compare
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

v0.3.1

28 Dec 12:34
0ec44a1
Compare
Choose a tag to compare
Fix integration test (#13)

* add minimal example json from opened pr with dependabot body

* add event json to test_util module

* use fake event json in run-fake and in integration test

* update version example in Readme

* ignore test_data dir when checking for typos

v0.3.0

28 Dec 11:44
0082a66
Compare
Choose a tag to compare
Match any version of  "unreleased" if specified as the version h2 hea…