-
Notifications
You must be signed in to change notification settings - Fork 13
chore: add deprecation #71
chore: add deprecation #71
Conversation
Signed-off-by: Johannes Würbach <johannes.wuerbach@googlemail.com>
@johanneswuerbach can we update the code to log a message indicating the deprecation? I worry folks won't really see this update in the docs if they are already using score-humanitec in workflows. |
Co-authored-by: Tobias Babin <140624220+TobiasBabin@users.noreply.github.com> Signed-off-by: Johannes Würbach <johannes.wuerbach@googlemail.com>
Signed-off-by: Johannes Würbach <johannes.wuerbach@googlemail.com>
980e071
to
b0ba47e
Compare
@@ -42,3 +42,5 @@ brews: | |||
commit_author: | |||
name: rachfop | |||
email: prachford@icloud.com | |||
custom_block: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
custom_block
as described in https://goreleaser.com/customization/homebrew/
@@ -42,3 +42,5 @@ brews: | |||
commit_author: | |||
name: rachfop | |||
email: prachford@icloud.com | |||
custom_block: | | |||
deprecate! date: "2024-05-08", because: "has been replaced by humctl score deploy. For more information visit https://developer.humanitec.com/platform-orchestrator/reference/cli-references/#score-integration." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deprecate!
as described in https://docs.brew.sh/Deprecating-Disabling-and-Removing-Formulae
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's very useful!
Description
Add deprecation notice. [Rendered].
Types of changes
Checklist: