@marleena/trb-proto 1.0.26 → 1.0.28
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 +2 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,21 +40,9 @@ req.setText('hello');
|
|
|
40
40
|
|
|
41
41
|
## CI/CD
|
|
42
42
|
|
|
43
|
-
|
|
43
|
+
[Release](.github/workflows/release.yml) на коммит `v1.2.3` в `main`: npm (если версии ещё нет) и `POST /fetch/...` на [pkg.go.dev](https://pkg.go.dev/github.com/Mar1eena/trb_proto).
|
|
44
44
|
|
|
45
|
-
|
|
46
|
-
- просит [pkg.go.dev](https://pkg.go.dev/github.com/Mar1eena/trb_proto) проиндексировать `github.com/Mar1eena/trb_proto@v1.2.3` (git-тег + запрос к module proxy).
|
|
47
|
-
|
|
48
|
-
Публикация в npm через [Trusted Publishing](https://docs.npmjs.com/trusted-publishers/) (OIDC, без `NPM_TOKEN`).
|
|
49
|
-
|
|
50
|
-
На [npmjs.com](https://www.npmjs.com) → пакет `@marleena/trb-proto` → **Settings** → **Trusted Publisher** → GitHub Actions:
|
|
51
|
-
|
|
52
|
-
- Organization or user: `Mar1eena`
|
|
53
|
-
- Repository: `TrB_proto`
|
|
54
|
-
- Workflow filename: `release.yml`
|
|
55
|
-
- Allowed actions: `npm publish`
|
|
56
|
-
|
|
57
|
-
После успешного релиза токен в GitHub можно удалить. Сообщение коммита должно совпадать с версией в `package.json`.
|
|
45
|
+
Trusted Publisher на npm: GitHub `Mar1eena` / `TrB_proto` / `release.yml` / `npm publish`.
|
|
58
46
|
|
|
59
47
|
## Релиз
|
|
60
48
|
|