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

Fix changelog in Release #378

Merged
merged 1 commit into from
Mar 18, 2021
Merged

Fix changelog in Release #378

merged 1 commit into from
Mar 18, 2021

Conversation

k0da
Copy link
Collaborator

@k0da k0da commented Mar 18, 2021

Switch to proved to work solution

Signed-off-by: Dinar Valeev [email protected]

kuritka
kuritka previously approved these changes Mar 18, 2021
previous_tag=$(git tag --sort=v:refname | tail -2 | head -1)
current_tag=$(git tag --sort=v:refname | tail -1)
echo "::set-output name=previous_tag::${previous_tag}"
echo "::set-output name=current_tag::${current_tag}"
Copy link
Member

Choose a reason for hiding this comment

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

I do not see the usage of current_tag here. So we can remove it and leave only previous_tag around

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Dropped

Switch to proved to work solution

Signed-off-by: Dinar Valeev <[email protected]>
@k0da k0da merged commit 7c5c4b3 into master Mar 18, 2021
@k0da k0da deleted the fix_release branch March 18, 2021 13:28
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.

3 participants