1.0.6 • Published 5 days ago

@devops-web/utils v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
5 days ago

发版流程

release-it它做了什么?

  • 同步提交git远端内容
  • 更新版本号
  • 产出changelog
  • 提交变动
  • 增加git tag
  • 推送tag更新至远端
# 升级 major 版本号
npx release-it major

# 升级 minor 版本号
npx release-it minor

# 升级 patch 版本号
npx release-it patch

# 升级一个 beta 版本
npx release-it patch --preRelease=beta
npx release-it major --preRelease=beta
# 实际执行了三步
# 1.版本号从 0.2.0 更新至 1.0.0-beta.0
# 2.npm发布版本会打上beta标签,可以通过 npm i xxxx@beta 安装
# 3.github release会打上pre-release标识

# 综合起来就是
release-it premajor --preReleaseId=beta --npm.tag=beta --github.preRelease
1.0.6

5 days ago

1.0.5

2 months ago

1.0.4

3 months ago

1.0.3

4 months ago

1.0.2

5 months ago

1.0.1

6 months ago

1.0.0

7 months ago

0.0.12

7 months ago

0.0.10

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

10 months ago

0.0.1

10 months ago