tokuhirom / Minilla

Authorizing tool for CPAN modules
https://metacpan.org/release/Minilla
Other
98 stars 65 forks source link

No mention of {{$NEXT}} in changelog file 'Changes' #270

Closed pavelsr closed 5 years ago

pavelsr commented 5 years ago

What does this error mean?

Isn't Changes file automatically filled from git log? I tried to manually fill Changes file but same error.

pavel@x79:/diskd/projects/App-scanrdeps$ minil release
Retrieving meta data from lib/App/scanrdeps.pm.
Name: App::scanrdeps
Abstract: just main_module for scanrdeps.pl
Version: 0.02
Next Release? [0.02] 
Name: App::scanrdeps
Abstract: just main_module for scanrdeps.pl
Version: 0.02
No mention of {{$NEXT}} in changelog file 'Changes'
Edit file? [y] n
Giving up!
skaji commented 5 years ago

Isn't Changes file automatically filled from git log?

No.

skaji commented 5 years ago

First, prepare Changes file like:

Revision history for Perl extension Minilla

{{$NEXT}}
    - Write change entry1 by yourself
    - Write change entry2 by yourself

v3.1.5 2019-07-25T14:14:10Z
    - Older Test::Pause::Permissions may have bugs. we need to depend on the latest version (#258)
    - Add perl 5.28, 5.30 to travis.yml (akiym #267)
    - Fix the usage of `git submodule foreach` for git 2.22.0 (bluefeet #268, #269)

v3.1.4 2018-12-30T05:46:15Z
    - Support travis-ci.com badge (#253)

And run minil release.