docs: release notes for v0.1.0-alpha - #1
Closed
github-actions[bot] wants to merge 2 commits into
Closed
github-actions[bot] wants to merge 2 commits into
github-actions[bot] wants to merge 2 commits into
Conversation
…s alpha Mirrors Archie's release setup. Tagging a branch tip generates CHANGELOG.md from the commits since the previous tag and opens a PR with it; uploading the jar stays a manual `./gradlew publishMod`, as it is there - a tag records a release, it does not ship one. The PR guard reads `git status --porcelain` rather than `git diff`, because on a first release CHANGELOG.md is a new untracked file that `git diff` cannot see. A -SNAPSHOT version publishes as an alpha, dropping the suffix for `-alpha` and marking the upload alpha on both platforms, so the release type follows from the version instead of being a second thing to change. One MavenPublication per module goes to the same Reposilite Archie publishes to, and `publish` depends on `publishMod`, so one task both uploads the jar and puts the libraries where an addon can compile against them. Archie's gametest and datagen coordinates were still the pre-rename `archie-gametest-*`/`archie-datagen-*` names. Those resolved only against stale 1.0.0-SNAPSHOT jars left in the local maven cache; they are now the `archie-core-*` artifacts Archie actually publishes, at 0.1.0-SNAPSHOT. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012851PUXRDQtd7fG2w1MTvk
Member
|
Superseded: CHANGELOG.md is now committed directly on main, regenerated after a fix to the release-notes script - this PR's copy carried the wrong project name ("All notable changes to Archie"), which was hardcoded in the script copied over from Archie. |
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.
Auto-generated changelog for v0.1.0-alpha.