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

🚀 Feature: Allow adding more build steps to release.yml #2052

Closed
2 tasks done
JoshuaKGoldberg opened this issue Mar 27, 2025 · 1 comment · Fixed by #2053
Closed
2 tasks done

🚀 Feature: Allow adding more build steps to release.yml #2052

JoshuaKGoldberg opened this issue Mar 27, 2025 · 1 comment · Fixed by #2053
Assignees
Labels
status: accepting prs Please, send a pull request to resolve this! type: feature New enhancement or request

Comments

@JoshuaKGoldberg
Copy link
Owner

Feature Request Checklist

Overview

blockReleaseIt hardcodes that release.yml runs pnpm build:

{
run: "pnpm build",
},

...but some repos may need different/more steps. For example, emojipedia runs two builders in https://github.com/JoshuaKGoldberg/emojipedia/blob/4b96f1ede3e0e939fe26e1c75b2cb7a644e817ef/.github/workflows/release.yml#L13-L14:

      - run: pnpm build
      - run: pnpm build:data

Additional Info

🎁

@JoshuaKGoldberg JoshuaKGoldberg added status: accepting prs Please, send a pull request to resolve this! type: feature New enhancement or request labels Mar 27, 2025
@JoshuaKGoldberg JoshuaKGoldberg self-assigned this Mar 27, 2025
Copy link

🎉 This is included in version v2.17.0 🎉

The release is available on:

Cheers! 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: accepting prs Please, send a pull request to resolve this! type: feature New enhancement or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant