Skip to content

Commit

Permalink
Fix versioning for semver conversion + PAUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks committed Sep 1, 2018
1 parent 4afeedf commit 182d066
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ my $builder = Module::Build->new(
create_license => 1,
license => 'perl',
dist_author => [q{Current Maintainer: Geoff Franks <[email protected]>}, q{Original Author: Simon Flack <simonflk _AT_ cpan.org>}],
dist_version_from => 'lib/Test/MockModule.pm',
meta_merge => {
resources => {
homepage => 'https://github.com/geofffranks/test-mockmodule',
Expand Down
5 changes: 0 additions & 5 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
Revision history for Test::MockModule

v0.17.0
- 9df8ac4 Add CI pipeline for releasing to cpan - Geoff Franks
- 577350e Pod - provide a code snippet for original usage - Nicolas R
- 3e4ec72 Add missing pod entries - Geoff Franks

v0.16
- Fixes an issue where warnings were thrown for mismatched prototypes,
when mocking a prototyped function.
Expand Down
2 changes: 1 addition & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ resources:
key: version
access_key_id: (( grab meta.aws.access_key ))
secret_access_key: (( grab meta.aws.secret_key ))
initial_version: (( grab meta.initial_version || "0.17.0" ))
initial_version: (( grab meta.initial_version || "0.170.0" ))

- name: notify
type: slack-notification
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/shipit
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ popd

mkdir -p ${RELEASE_ROOT}/artifacts

echo "v${VERSION}" > ${RELEASE_ROOT}/tag
echo "${VERSION}" > ${RELEASE_ROOT}/tag
echo "v${VERSION}" > ${RELEASE_ROOT}/name
mv ${REPO_ROOT}/*-v${VERSION}.tar.gz ${RELEASE_ROOT}/artifacts
[ -f ${REPO_ROOT}/ci/release_notes.md ] && mv ${REPO_ROOT}/ci/release_notes.md ${RELEASE_ROOT}/notes.md
Expand Down

0 comments on commit 182d066

Please sign in to comment.