We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e4d5d commit 74896eeCopy full SHA for 74896ee
2 files changed
MaintainModule/MaintainModule.psd1
@@ -134,7 +134,7 @@
134
ReleaseNotes = 'https://github.com/rstolpe/MaintainModule/releases'
135
136
# Prerelease string of this module
137
- Prerelease = 'beta'
+ Prerelease = ''
138
139
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
140
RequireLicenseAcceptance = $false
RSModuleBuilder.ps1
@@ -4,7 +4,7 @@
4
[string]$Author = "Robin Stolpe"
5
[string]$Mail = "robin@stolpe.io"
6
[string]$Website = "https://stolpe.io"
7
-[string]$preRelease = "beta"
+[string]$preRelease = ""
8
[string]$Company = "Stolpe.io"
9
[string]$apiKey = ""
10
#
0 commit comments