diff --git a/cmd/githubPublishRelease_generated.go b/cmd/githubPublishRelease_generated.go index 6e0a0097a..94f9e5393 100644 --- a/cmd/githubPublishRelease_generated.go +++ b/cmd/githubPublishRelease_generated.go @@ -99,7 +99,7 @@ The result looks like func addGithubPublishReleaseFlags(cmd *cobra.Command, stepConfig *githubPublishReleaseOptions) { cmd.Flags().BoolVar(&stepConfig.AddClosedIssues, "addClosedIssues", false, "If set to `true`, closed issues and merged pull-requests since the last release will added below the `releaseBodyHeader`") - cmd.Flags().BoolVar(&stepConfig.AddDeltaToLastRelease, "addDeltaToLastRelease", false, "If set to `true`, a link will be added to the relese information that brings up all commits since the last release.") + cmd.Flags().BoolVar(&stepConfig.AddDeltaToLastRelease, "addDeltaToLastRelease", false, "If set to `true`, a link will be added to the release information that brings up all commits since the last release.") cmd.Flags().StringVar(&stepConfig.APIURL, "apiUrl", `https://api.github.com`, "Set the GitHub API url.") cmd.Flags().StringVar(&stepConfig.AssetPath, "assetPath", os.Getenv("PIPER_assetPath"), "Path to a release asset which should be uploaded to the list of release assets.") cmd.Flags().StringVar(&stepConfig.Commitish, "commitish", `master`, "Target git commitish for the release") diff --git a/resources/metadata/githubrelease.yaml b/resources/metadata/githubrelease.yaml index a51c98d9f..0dd324b07 100644 --- a/resources/metadata/githubrelease.yaml +++ b/resources/metadata/githubrelease.yaml @@ -28,7 +28,7 @@ spec: type: bool default: false - name: addDeltaToLastRelease - description: "If set to `true`, a link will be added to the relese information that brings up all commits since the last release." + description: "If set to `true`, a link will be added to the release information that brings up all commits since the last release." scope: - PARAMETERS - STAGES