From 6656d2dc14e6407a2b6254d0e9d45ad994430e04 Mon Sep 17 00:00:00 2001 From: Vova1408zp Date: Mon, 21 Jul 2025 18:48:55 +0300 Subject: [PATCH] edit packages README.md --- packages/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/README.md b/packages/README.md index a62e3dd..eb9bf73 100644 --- a/packages/README.md +++ b/packages/README.md @@ -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`. \ No newline at end of file +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`