prepare pre-release

This commit is contained in:
OCram85 2017-09-21 13:28:25 +02:00
parent bdd8d569fd
commit 26721ab0e9
2 changed files with 5 additions and 5 deletions

View File

@ -47,8 +47,8 @@ deploy:
auth_token: auth_token:
secure: M+bBX5/nKdJB0eViP7xtrLVTwf3vGDUA9N2MMprZp2i+9ZR3CBVcJnSzJWUmalhB secure: M+bBX5/nKdJB0eViP7xtrLVTwf3vGDUA9N2MMprZp2i+9ZR3CBVcJnSzJWUmalhB
artifact: PSCredentialStore.zip # upload all NuGet packages to release assets artifact: PSCredentialStore.zip # upload all NuGet packages to release assets
draft: false draft: true
prerelease: false prerelease: true
on: on:
branch: master # release from master branch only branch: master # release from master branch only

View File

@ -25,13 +25,13 @@
Author = 'OCram85' Author = 'OCram85'
# Company or vendor of this module # Company or vendor of this module
CompanyName = 'Unknown' CompanyName = ''
# Copyright statement for this module # Copyright statement for this module
Copyright = '(c) 2017 OCram85. All rights reserved.' Copyright = '(c) 2017 OCram85. All rights reserved.'
# Description of the functionality provided by this module # Description of the functionality provided by this module
# Description = '' Description = 'A simple credential manager to store and reuse multiple credential objecs'
# Minimum version of the Windows PowerShell engine required by this module # Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '4.0' PowerShellVersion = '4.0'
@ -125,7 +125,7 @@
# IconUri = '' # IconUri = ''
# ReleaseNotes of this module # ReleaseNotes of this module
# ReleaseNotes = '' ReleaseNotes = 'This is a draft version / pre-release. Do not use in production!'
} # End of PSData hashtable } # End of PSData hashtable