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(packages/sui-mono): allow to release dependabot upgrades #1667

Merged
merged 6 commits into from
Dec 5, 2023

Conversation

kikoruiz
Copy link
Member

@kikoruiz kikoruiz commented Nov 21, 2023

make sui-mono to handle releases in packages updated by Dependabot, like this one #1663

sui-mono dependabot


let toPush = null

if (isDepsUpdate) {
const {stdout: rawUpdateHash} = await exec(
`git log --oneline --grep=${DEPS_UPGRADE_BRANCH_PREFIX} | awk '{print $1}' | head -n 1`
Copy link
Member

Choose a reason for hiding this comment

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

🤩

Copy link
Contributor

@oriolpuig oriolpuig left a comment

Choose a reason for hiding this comment

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

👏🏻

Copy link
Contributor

@oriolpuig oriolpuig left a comment

Choose a reason for hiding this comment

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

Interesting!

@kikoruiz kikoruiz merged commit 10c971c into master Dec 5, 2023
1 check passed
@kikoruiz kikoruiz deleted the release-dependabot-upgrades branch December 5, 2023 08:12
@kikoruiz kikoruiz restored the release-dependabot-upgrades branch December 5, 2023 08:12
@kikoruiz kikoruiz deleted the release-dependabot-upgrades branch December 5, 2023 08:12
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.

6 participants