Conversation
Member
|
Note No changelog fragment was found for this pull request. If this PR includes user-facing changes, create one: |
Contributor
Frontend previewsLast deployed commit is e97b09900a3b957fb5ad5c871e288de85699724a
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We really suck at changelogs - we should be documenting everything we do - this will encourage it.
.github/changelog/, with scripts to create and bake them intopackages/blog/changelog.ts@modrinth/utilsto@modrinth/blog<product>-<type>-<hash>.ymlWorkflow changes include:
pnpm changelog <product> "description"— fast path to create a changelog fragment (type inferred from prefix e.g. "Fixed ...", "Added ...")pnpm changelog- interactive prompt to create changelog fragmentspnpm changelog:bake -- --product <name> [--version X.Y.Z]— consumes fragments and inserts entries intochangelog.tspnpm changelog:bake -- --product app --version X.Y.Z --extract— outputs the baked body for a version (used by CI)pnpm changelog:bake -- --product webis the same as running it for both hosting + platform.CI changes:
changelog-check.yml— on PRs, posts a bot comment if no changelog fragment is present; minimizes it as outdated once one is addedtheseus-release.yml— now extracts the app changelog and creates a GitHub release with itAlso did some small improvements to the
changelog.vuepage