Releases: roots/discourse-topic-github-release-action
Releases · roots/discourse-topic-github-release-action
v1.1.0
Discourse Username Mapping
- Added GitHub → Discourse username mapping via
owner/.github/discourse.yml(#3) - Added optional
github-tokeninput for reading that mapping file
Behavior
discourse-author-usernamestill takes priority when set- If omitted, action tries mapping from
.github/discourse.yml - If no mapping is found (or file is unavailable), falls back to
system
Compatibility
- Backward compatible
v1.0.3
Convert to ESM and upgrade @actions/* to latest majors (#4)
v1.0.2
v1.0.1
What's Changed
- Update GH dependencies to address 'set-output' deprecation by @NotMyFault in #1
New Contributors
- @NotMyFault made their first contribution in #1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Initial release