Skip to content

Commit ac9a489

Browse files
authored
Merge pull request #2 from neatcodingZP/neat-ui
edit packages README.md
2 parents 92b5c57 + 6656d2d commit ac9a489

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@
1414
3. Run `git push origin packages/ui_kit/v1.0.0`
1515
4. Monitor GitHub Actions:
1616
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.
17-
5. Merge `branch` to `master`.
17+
5. Merge `branch` to `master`.
18+
19+
### Use if need
20+
- create new branch `git checkout -b new_branch`
21+
- publish new branch `git publish origin new_branch`
22+
- delete local tag `git tag -d tag_name`
23+
- delete remote tag `git push --delete origin tag_name`

0 commit comments

Comments
 (0)