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

chore(main): release 10.7.1 #5189

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 6, 2024

🤖 I have created a release beep boop

10.7.1 (2024-08-06)

🩹 Fixes

  • crash with --parallel and --retries both enabled (#5173) (d7013dd)

🧹 Chores

  • add knip to validate included dependencies (5c2989f)
  • more fully remove assetgraph-builder and canvas (#5175) (1883c41)
  • replace nps with npm scripts (#5128) (c44653a), closes #5126

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main--components--mocha branch from 0bff73c to c6cd82f Compare August 6, 2024 14:52
Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

Given that there are no user-facing changes, requesting changes until there's a reason to publish.

IMO we shouldn't publish until there's a user-facing type.

(I think this is how the tooling is set up, just posting in case 🙂)

I'd be nice to not make a PR at all until there's reason to...

@voxpelli
Copy link
Member

voxpelli commented Aug 6, 2024

@JoshuaKGoldberg We can remove parts by changing / adding / removing to

"changelog-sections": [
{ "type": "feat", "section": "🌟 Features", "hidden": false },
{ "type": "fix", "section": "🩹 Fixes", "hidden": false },
{ "type": "docs", "section": "📚 Documentation", "hidden": false },
{ "type": "chore", "section": "🧹 Chores", "hidden": false },
{ "type": "perf", "section": "🧹 Chores", "hidden": false },
{ "type": "refactor", "section": "🧹 Chores", "hidden": false },
{ "type": "test", "section": "🧹 Chores", "hidden": false },
{ "type": "build", "section": "🤖 Automation", "hidden": false },
{ "type": "ci", "section": "🤖 Automation", "hidden": true }
],

@JoshuaKGoldberg
Copy link
Member

JoshuaKGoldberg commented Aug 6, 2024

Filed separately in #5190.

Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

Swell! 🚀

@JoshuaKGoldberg JoshuaKGoldberg merged commit 1528c42 into main Aug 6, 2024
4 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the release-please--branches--main--components--mocha branch August 6, 2024 17:03
Copy link
Contributor Author

github-actions bot commented Aug 6, 2024

🤖 Created releases:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🛠 Repo: Replace nps with ordinary npm scripts
2 participants