generated from sonofmagic/monorepo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Version Packages #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
github-actions
wants to merge
1
commit into
main
Choose a base branch
from
changeset-release/main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
## 审查者指南
这个自动生成的发布 PR 通过增加 package.json 中的版本、添加相应的 CHANGELOG.md 并删除已应用的 changeset 文件,将 mongoose-incremental 包更新到 1.0.0 版本。
#### 序列图:PR 合并时自动发布包
```mermaid
sequenceDiagram
actor Developer
participant GitHub
participant "Changesets Release Action" as Action
participant "NPM Registry" as NPM
Developer->>GitHub: Merge PR ("Version Packages")
GitHub->>Action: Trigger release workflow (e.g., on merge to main)
Action->>Action: Read package.json (version 1.0.0)
Action->>Action: Build and package `mongoose-incremental`
Action->>NPM: Publish `[email protected]`
NPM-->>Action: Confirmation of publish
Action-->>GitHub: Report status of release (e.g., success/failure) 文件级别变更
提示和命令与 Sourcery 交互
自定义您的体验访问您的 仪表板 以:
获得帮助Original review guide in EnglishReviewer's GuideThis auto-generated release PR updates the mongoose-incremental package to version 1.0.0 by bumping the version in package.json, adding a corresponding CHANGELOG.md, and removing the applied changeset file. Sequence Diagram: Automated Package Publishing on PR MergesequenceDiagram
actor Developer
participant GitHub
participant "Changesets Release Action" as Action
participant "NPM Registry" as NPM
Developer->>GitHub: Merge PR ("Version Packages")
GitHub->>Action: Trigger release workflow (e.g., on merge to main)
Action->>Action: Read package.json (version 1.0.0)
Action->>Action: Build and package `mongoose-incremental`
Action->>NPM: Publish `[email protected]`
NPM-->>Action: Confirmation of publish
Action-->>GitHub: Report status of release (e.g., success/failure)
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Major Changes
1b83ec5
Thanks @sonofmagic! - feat!: release 1.0.0好的,这是翻译成中文的 pull request 总结:
Sourcery 总结
发布 mongoose-incremental v1.0.0 版本,更新了包版本并添加了更新日志。
文档:
杂项:
Original summary in English
Summary by Sourcery
Publish mongoose-incremental v1.0.0 by updating the package version and adding a changelog.
Documentation:
Chores: