jrnl/.github
Jonathan Wren 37c5b0eb11
Fixes to changelog generator (#1127)
* Fix version header detection in changelog

This updates the regex to find the version header in our changelog.
There was a bug that affected patch, alpha, and beta versions. For
example, if we were looking for "v2.5" we might find "v2.5.1" or
"v2.5.1-alpha" or other versions like that.

This led to the changelog not being cleared properly on update, and old
versions sticking around longer than they should.

* re-add option to include author link for merged PRs in changelog

This option was accidentally left out when migrating the changelog
generator tool to github actions.

* fix conditional in changelog workflow

In github actions, booleans always end up as strings. So, it's not
enough to test `env.FULL_RELEASE` because both 'true' and 'false' will
evaluate as true. This fixes the conditional to check for the string
value 'true' instead of relying on a boolean.
2020-12-26 10:58:23 -08:00
..
ISSUE_TEMPLATE Fix readme links (#1109) 2020-12-12 12:41:49 -08:00
workflows Fixes to changelog generator (#1127) 2020-12-26 10:58:23 -08:00
FUNDING.yml Create FUNDING.yml (#861) 2020-04-10 11:51:56 -07:00
lock.yml Update lockbot comment to encourage linking to issue (#941) 2020-05-22 11:39:10 -07:00
PULL_REQUEST_TEMPLATE.md Fix typo (#976) 2020-06-06 12:56:02 -07:00
stale.yml Update stalebot emoji to 📌 instead of 2020-04-10 11:51:56 -07:00