clarify package versioning for beta, RC, and official releases

This commit is contained in:
Nacho Codoñer
2026-03-31 17:48:00 +02:00
parent 570f7662bd
commit 7df1e7765f
2 changed files with 15 additions and 2 deletions

View File

@@ -278,7 +278,7 @@ In each file, update only packages that are at prerelease versions (or newly add
Use the [changelog skill](../changelog/SKILL.md) to create or update the changelog entry at `v3-docs/docs/generators/changelog/versions/<VERSION>.md`.
Update the **Bumped Meteor Packages** section in the changelog with all packages that were bumped, using the final version (without prerelease suffix). Format: one package per line, `name@version`. Include `meteor-tool@<version>` when applicable.
Update the **Bumped Meteor Packages** section in the changelog with all packages that were bumped. Use the version that matches the current release stage — beta versions for beta releases, RC versions for RC releases, and final versions (no prerelease suffix) for official releases. Format: one package per line, `name@version`. Include `meteor-tool@<version>` when applicable.
Update any documentation files that reference specific package versions (e.g., rspack installation commands).

View File

@@ -82,7 +82,20 @@ If you find any issues, please report them to the [Meteor issues tracker](https:
#### Bumped Meteor Packages
- roles@1.0.2
- meteor-tool@3.4.1-beta.0
- accounts-base@3.2.1-beta341.0
- accounts-password@3.2.3-beta341.0
- callback-hook@1.6.3-beta341.0
- ddp-server@3.1.3-beta341.0
- meteor@2.2.1-beta341.0
- minimongo@2.0.6-beta341.0
- mongo@2.2.1-beta341.0
- roles@1.1.0-beta341.0
- rspack@1.1.0-beta341.0
- test-in-console@2.0.2-beta341.0
- tinytest@1.4.0-beta341.0
- tools-core@1.1.0-beta341.0
- webapp@2.1.2-beta341.0
#### Bumped NPM Packages