Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@
3. Run `git push origin packages/ui_kit/v1.0.0`
4. Monitor GitHub Actions:
Go to your GitHub repository's "Actions" tab. You should see your "Publish Monorepo Package to pub.dev" workflow running. Monitor its progress. If there are any errors (e.g., version mismatch, pubspec.yaml not found), the workflow will fail, and you'll get detailed logs.
5. Merge `branch` to `master`.
5. Merge `branch` to `master`.

### Use if need
- create new branch `git checkout -b new_branch`
- publish new branch `git publish origin new_branch`
- delete local tag `git tag -d tag_name`
- delete remote tag `git push --delete origin tag_name`