pubm 0.0.0-alpha.3 → 0.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="./docs/logo.svg" height="150">
2
+ <img src="https://github.com/syi0808/pubm/blob/main/docs/logo.svg" height="150">
3
3
  </p>
4
4
 
5
5
  <h1 align="center">
@@ -7,19 +7,99 @@ pubm
7
7
  </h1>
8
8
 
9
9
  <p align="center">
10
- publish manager for multiple registry (JSR, npm and private registries)
10
+ publish manager for multiple registry (jsr, npm and private registries)
11
11
  <p>
12
12
 
13
13
  ## Why
14
14
 
15
+ - Customize with plugin
16
+ - GitHub release draft format
17
+ - Adjust tasks (Add, Remove, Sorting)
18
+
15
19
  It is designed to be easy to managing publish to multiple registry.
16
20
 
17
21
  ## Usage
18
22
 
19
23
  ```bash
20
- pubm publish
24
+ pubm [version]
21
25
  ```
22
26
 
23
27
  ## Config file for publish
24
28
 
25
29
  You can have either package.json or jsr.json.
30
+
31
+
32
+ ## Tasks
33
+
34
+ <details>
35
+ <summary>
36
+ pubm tasks
37
+ </summary>
38
+
39
+ - Notify new version ✅
40
+ - Checking required information ✅
41
+ - Select SemVer increment or specify new version ✅
42
+ - Select the tag for this pre-release version in npm: (if version is prerelease) ✅
43
+ - checking for the existence of either package.json or jsr.json ✅
44
+ - Prerequisite checks = skip-pre (for deployment reliability) ✅
45
+ - Checking if remote history is clean... ✅
46
+ - Checking if the local working tree is clean... ✅
47
+ - Checking if commits exist since the last release... ✅
48
+ - Verifying current branch is a release branch... ✅
49
+ - Checking git tag existence... ✅
50
+ - Required conditions checks (concurrently) = skip-required (for pubm tasks) ✅
51
+ - Verifying if npm CLI and jsr CLI are installed... ✅
52
+ - Ping registries... ✅
53
+ - Checking if test and build scripts exist... ✅
54
+ - Checking git version... ✅
55
+ - Checking available registries for publishing... ✅
56
+ - in jsr permission check token exist and ask token ✅
57
+ - if first time -> Checking package name availability... ✅
58
+ - if scoped package and scope reserved contact message ✅
59
+ - Running tests... ✅
60
+ - Building the project... ✅
61
+ - Bumping version... ✅
62
+ - Publishing... (concurrently) ✅
63
+ - npm ✅
64
+ - Running npm publish... ✅
65
+ - Verifying two-factor authentication... ✅
66
+ - jsr ✅
67
+ - Running jsr publish... ✅
68
+ - Pushing tags to GitHub...
69
+ - Creating release draft on GitHub...
70
+ </details>
71
+
72
+ <details>
73
+ <summary>
74
+ np tasks
75
+ </summary>
76
+
77
+ - Show New files and New dependencies
78
+ - Check commits exist since last release
79
+ - Check package name availabliity
80
+ - Input SemVer version
81
+ - Input tag (if version is prerelease)
82
+ - Check hasn't been published scoped package
83
+ - Prerequisite tasks
84
+ - Ping npm registry
85
+ - Check package manager version
86
+ - Verify user is authenticated
87
+ - Check git version
88
+ - Check git remote
89
+ - Validate version
90
+ - Check for prerelease vesion
91
+ - if not private and is prerelease version and tag option not exist -> throw error should set tag
92
+ - Check git tag existence
93
+ - Git tasks
94
+ - Check current branch is release branch
95
+ - Check local working tree is clean
96
+ - Check remote history is clean
97
+ - Cleanup
98
+ - Install dependencies
99
+ - Tests
100
+ - Bumping version
101
+ - Publish package
102
+ - two-factor authentication
103
+ - Push tags
104
+ - Release draft
105
+ </details>
@@ -0,0 +1 @@
1
+ 1c6ab800220010cccc00a20fefb9b039f33ed35e5c4c7289b4824faaefdc3d7668ac308ef610826bc7b5a148c30e1c1d