nodeSolidServer / nodeSolidServer/node-solid-server
npm: Hash-based Publishing Breaking Semver Convention
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.8k
- 派生
- 308
- PR 合并指标
- 30 天内没有已合并 PR
描述
For many years, NSS has followed semver with branch protection and reviews. Since December 2025, CI was changed to publish hash-versioned packages on every push and PR, creating new versions on each commit regardless of whether functionality has changed.
Suggested fix:
- Remove the hash-based npm-publish-build job, or
- Add a version-exists check to prevent duplicate publishes.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
定位包含基于哈希的 npm-publish-build job 的 CI 配置,并查看它如何在 push 和 pull request 时发布软件包。让发布工作流删除该 job,或检查某个版本是否已经存在,然后验证未更改的提交不会创建重复的软件包版本。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, nodejs
- 领域
- ci-cd, release
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 62/100