Skip to content

Commit f7417b6

Browse files
chore: remove breaking change notes regarding version calculation from action.yml
1 parent 23ec483 commit f7417b6

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ name: Publish-PSModule
22
description: Publish a pre-versioned PowerShell module artifact to the PowerShell Gallery and GitHub Releases.
33
author: PSModule
44

5-
# BREAKING CHANGE (v3.0.0):
6-
# This action no longer calculates the next version or mutates the module manifest. The artifact passed in
7-
# must already contain the final ModuleVersion (and Prerelease tag, if any). Use PSModule/Resolve-PSModuleVersion
8-
# to compute the version and PSModule/Build-PSModule (v5+) to stamp it before testing. The version-calculation
9-
# inputs (AutoPatching, IncrementalPrerelease, DatePrereleaseFormat, VersionPrefix, *Labels, ReleaseType, IgnoreLabels)
10-
# have been removed.
11-
125
inputs:
136
Name:
147
description: Name of the module to publish.

0 commit comments

Comments
 (0)