Revision history for Dist-Zilla-Plugin-GitHub-CreateRelease
0.0007 -- Sun Jan 21 22:21:03 AST 2024
[Detailed Change Log]
- c24bf79 Update version for release
- 24d5c17 Fix missing dependencies for script
- 09dd7a5 Specify minimum JSON::MaybeXS version
- ad98a49 v0.0006
0.0006 -- Fri Jan 19 23:07:02 AST 2024
[Significant Changes from 0.0005]
- No changes to the module
- Add a createrelease.pl script that can be used to manually create the release
[Detailed Change Log]
- 229513d Update Copyright
- 57ba45d Add createrelease.pl script to run if the module fails
- dcf151f v0.0005
0.0005 -- Sun Oct 08 11:37:09 ADT 2023
[Detailed Change Log]
- 10a6efe Increment version for new release
- cd3713b Add more error handling and pod info
- 1e0b2ac v0.0004
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