Conversation
Member
|
Note No changelog fragment was found for this pull request. If this PR includes user-facing changes, run |
Contributor
Frontend previewsLast deployed commit is db501bc76a56553e50da6e2f9c7dfec1e6d8808e
|
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/blognew-changelogscript now supports creating multiple entries in a single run, with content-hashed filenamesWorkflow changes include:
pnpm scripts new-changelog— interactive prompt to create changelog fragmentspnpm scripts bake-changelog -- --product <name> [--version X.Y.Z]— consumes fragments and inserts entries intochangelog.tspnpm scripts bake-changelog -- --product app --version X.Y.Z --extract— outputs the baked body for a version (used by CI)pnpm scripts bake-changelog -- --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