Revision history for Dist-Zilla-Plugin-GitHub-CreateRelease
0.0005 -- Sun Oct 08 11:37:09 ADT 2023
0.0004 -- Wed Oct 04 16:29:46 ADT 2023
[Significant Changes from 0.0002]
Previous version only looked for the "origin" remote url. This
version allows you to specify in the dist.ini and gives you a
chance to select the correct remote name in case you did not have
it added to your dist.ini properly.
[Detailed Change Log]
- f429e27 Update version and fix spelling issue
- 995edd0 Fixes #2: allow repo_name to be provided in dist.ini
- 51b39b3 v0.0003
0.0003 -- Mon Aug 28 21:18:37 ADT 2023
[Significant Changes from 0.0002]
GitHub supports personal and organizations. This update allows you
to specify an optional org_id to reference a specific identity by repo.
Despite the name it can be set to your GitHub login id for your personal
account. It defaults to "github" and looks for ~/.github-identity
or ~/.github if org_id is not provided.
[Detailed Change Log]
- 2cdfa5a Support multiple repo specific identity files
- 986eb93 Replace true and false constants with JSON Booleans
- 33b8f20 v0.0002
0.0002 -- Tue Aug 22 22:09:46 ADT 2023
- 564838e Use Dist::Zilla::Plugin::GitHub::CreateRelease to create github release
- fba27df Missing dependenties in the dist.ini
- 1ebc1c3 Fix homepage link
- 72056a7 (tag: 0.0001) v0.0001
0.0001 -- Mon Aug 21 20:53:45 ADT 2023
- aa169bf Initial Version