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: Ensure action's js builds after bumping version in craft-pre-release #244

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

andreiborza
Copy link
Member

Craft runs craft-pre-release.sh to bump the version in package.json but these changes are then not reflected in the checked in dist/index.js. We therefor need to rebuild the dist after bumping the version.

…ease

Craft runs `craft-pre-release.sh` to bump the version in `package.json` but
these changes are then not reflected in the checked in `dist/index.js`. We
therefor need to rebuild the dist after bumping the version.
@andreiborza andreiborza requested a review from mydea February 6, 2025 15:22
* **feat(sourcemaps): Add inject option to inject debug ids into source files and sourcemaps**

A new option to inject [Debug IDs](https://docs.sentry.io/platforms/javascript/sourcemaps/troubleshooting_js/artifact-bundles/) into source files and sourcemaps was added to the action to ensure proper un-minifaction of your stacktraces. We **strongly recommend enabling** this by setting `inject: true` in your action alongside providing a path to sourcemaps.
### 1.10.0
Copy link
Member

Choose a reason for hiding this comment

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

l (for a different PR) do we really want to keep this here? 🤔 IMHO this is good enough in a changelog.md / the release itself?

Copy link
Member Author

Choose a reason for hiding this comment

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

I've added this to specifically call out new important changes but not all changes. I've seen other big actions do this. Unfortunately, the action marketplace only shows the readme of the repo. I think discoverability of changelogs is pretty bad with this marketplace.

@andreiborza andreiborza merged commit 5b9cb24 into master Feb 6, 2025
15 checks passed
@andreiborza andreiborza deleted the ab/build-on-pre-release branch February 6, 2025 15:30
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.

2 participants