Skip to content

Commit

Permalink
Add: Add deprecation messages for release input arguments
Browse files Browse the repository at this point in the history
Show deprecation messages when strategy and conventional-commits inputs
of the release action are used to make users aware of the changes.
  • Loading branch information
bjoernricks committed May 9, 2023
1 parent b90f64b commit f1ba61f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: |
inputs:
conventional-commits:
deprecationMessage: "conventional-commits input is obsolete. Using conventional commits is always expected."
description: "Deprecated."
github-user:
description: "Github user name on behalf of whom the actions will be executed."
Expand All @@ -23,6 +24,7 @@ inputs:
gpg-passphrase:
description: "GPG passphrase, represented as a string. Required for signing assets of the release."
strategy:
deprecationMessage: "strategy input is deprecated. Please use `release-type` instead."
description: "Deprecated by release-type."
python-version:
description: "Python version used to create the release. (Only important for python projects)"
Expand Down

0 comments on commit f1ba61f

Please sign in to comment.