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

Use GitHub aware formatter for changesets #151

Merged
merged 1 commit into from
Sep 15, 2022
Merged

Conversation

marvinhagemeister
Copy link
Member

@marvinhagemeister marvinhagemeister commented Sep 14, 2022

Currently our changeset action generates release notes in the format of

<hash> - <msg>

That works but it would be much nicer if it could also link the PRs and tag the contributor automatically.

This PR switches over to the same formatter that we used with WMR which looks like this:

<hash> <PR> Thanks @<author> - <message>

@changeset-bot
Copy link

changeset-bot bot commented Sep 14, 2022

⚠️ No Changeset found

Latest commit: d4683b1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify
Copy link

netlify bot commented Sep 14, 2022

Deploy Preview for preact-signals-demo ready!

Name Link
🔨 Latest commit d4683b1
🔍 Latest deploy log https://app.netlify.com/sites/preact-signals-demo/deploys/6322d3e60d18420009df8e5d
😎 Deploy Preview https://deploy-preview-151--preact-signals-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 14, 2022

Size Change: 0 B

Total Size: 65.2 kB

ℹ️ View Unchanged
Filename Size
docs/dist/assets/client.********.js 45.8 kB
docs/dist/assets/index.********.js 1.06 kB
docs/dist/assets/signals-core.module.********.js 932 B
docs/dist/assets/signals.module.********.js 5.68 kB
docs/dist/assets/style.********.js 21 B
docs/dist/assets/style.*********.js 21 B
docs/dist/assets/style.********.css 994 B
docs/dist/basic-********.js 226 B
docs/dist/demos-********.js 3.44 kB
docs/dist/nesting-********.js 1.11 kB
docs/dist/react-********.js 238 B
packages/core/dist/signals-core.js 984 B
packages/core/dist/signals-core.mjs 788 B
packages/preact/dist/signals.js 1.13 kB
packages/preact/dist/signals.mjs 1.1 kB
packages/react/dist/signals.js 831 B
packages/react/dist/signals.mjs 791 B

compressed-size-action

.changeset/config.json Outdated Show resolved Hide resolved
@marvinhagemeister marvinhagemeister merged commit a35de94 into main Sep 15, 2022
@marvinhagemeister marvinhagemeister deleted the changeset-notes branch September 15, 2022 09:22
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