mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
clarify package versioning for beta, RC, and official releases
This commit is contained in:
2
.github/skills/version-bump/SKILL.md
vendored
2
.github/skills/version-bump/SKILL.md
vendored
@@ -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).
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user