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

Conditional changelog builds #11770

Merged
merged 23 commits into from
Nov 12, 2024
Merged

Conditional changelog builds #11770

merged 23 commits into from
Nov 12, 2024

Conversation

a-hariti
Copy link
Collaborator

@a-hariti a-hariti commented Nov 8, 2024

This PR adds logic for skipping changelog builds based on changes in workspace dependencies,
the changelog app or the changelogs themselves (content on the db)

The content change is based on comparison of the current content hash with the one in production (stored in the HTML)

TODO:

  • add NEXT_PUBLIC_CHANGELOG=1 env var to the changelog Vercel project
  • set up the skip-build.sh script on Vercel similar to other projects

closes #11437

Copy link

vercel bot commented Nov 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
changelog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 11, 2024 0:10am
develop-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 11, 2024 0:10am
sentry-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 11, 2024 0:10am

Copy link

codecov bot commented Nov 8, 2024

Bundle Report

Changes will decrease total bundle size by 15 bytes (-0.0%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-server-cjs 8.59MB 9 bytes (-0.0%) ⬇️
sentry-docs-client-array-push 8.94MB 6 bytes (-0.0%) ⬇️

@a-hariti a-hariti merged commit aaa0882 into master Nov 12, 2024
11 checks passed
@a-hariti a-hariti deleted the conditional-changelog-builds branch November 12, 2024 15:40
This was referenced Nov 12, 2024
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.

Conditional changelog deployments
2 participants