Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update action to get releaseType as parameter and append hotfix [sc-50868] #3

Merged

Conversation

AlejandraGal
Copy link
Collaborator

Motivation

What (preferably from the business/user's perspective) motivates the existing of this change?

Proposed solution

How does this PR address the issue?

Checklists

Security

  • Security impact of change has been considered
  • Code follows company security practices and guidelines

@AlejandraGal AlejandraGal changed the title Sc 50868 feature apply a hotfix tag to direct pushes on the feat: update action to get releaseType as parameter [sc-50868] Nov 6, 2024
@AlejandraGal AlejandraGal changed the title feat: update action to get releaseType as parameter [sc-50868] feat: update action to get releaseType as parameter and append hotfix [sc-50868] Nov 6, 2024
@@ -9,6 +9,7 @@ async function run() {
const prerelease = getInput("prerelease", { required: false });
const prefix = getInput("prefix");
const outputOnly = getInput("output-only", { required: false }) === "true";
const releaseType = getInput("releaseType", { required: true }); // New parameter
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove this comment

@lucasarchina lucasarchina merged commit f2832ff into main Dec 3, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants