Skip to content

Commit eeb1631

Browse files
committed
chore: 🤖 add notes
1 parent 932b0f0 commit eeb1631

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/monorepo-package-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: 🎯 Monorepo Package Publisher (NPM)
22

3-
# TODO: This is a concurrent NPM publisher to
4-
# the original changeset based workflow for Click UI
3+
# TODO: Create release workflow as this is a concurrent NPM publisher to the original changeset based workflow for Click UI
54
# which is much stricter with a very particular
65
# release cycle: test or release-candidate -> stable -> latest
76
# The "Monorepo Package Publisher" initial version is not strict
87
# and relies on the user managing the changeset state
9-
# e.g.
8+
# e.g. enter/leave pre-release mode as needed (`yarn workspace @clickhouse/design-tokens changeset pre enter <tag>` / `changeset pre exit`), run `yarn workspace @clickhouse/design-tokens changeset version` to bump the version and generate the changelog, ensure the version bump and changelog are committed in the branch/commit you intend to release
109

1110
on:
1211
workflow_dispatch:

0 commit comments

Comments
 (0)