Skip to content

Commit

Permalink
Add support for GitHub::CreateRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Oct 7, 2023
1 parent cfe776f commit 45d9721
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,18 @@ exclude_filename = README
changelog = Changes ; this is the default
tag_format = %V ; Don't proceed tags with "v"
tag_message = %V ; this is the default
push_to = origin ; see Git::Push
push_to = upstream ; see Git::Push

[Signature]
[SignReleaseNotes]

[GitHub::CreateRelease]
branch = main
title_template = Version RELEASE - TRIAL CPAN release
notes_as_code = 1 ; default = 1
notes_from = SignReleaseNotes ; default = SignReleaseNotes
notes_file = Changes ; default = Release-VERSION
github_notes = 0 ; default = 0
draft = 0 ; default = 0
add_checksum = 1 ; default = 1
org_id = perl-crypt-openssl-pkcs10

0 comments on commit 45d9721

Please sign in to comment.