Skip to content

Commit baf7fd8

Browse files
committed
Clean up release guide
1 parent 2565a86 commit baf7fd8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ on:
33
push:
44
tags:
55
- "powersync-v[0-9]+.[0-9]+.[0-9]+"
6-
- "powersync_attachments_helper-v[0-9]+.[0-9]+.[0-9]+"
7-
- "powersync_flutter_libs-v[0-9]+.[0-9]+.[0-9]+"
6+
- "powersync_attachments_helper-v[0-9]+.[0-9]+.[0-9]+*"
7+
- "powersync_flutter_libs-v[0-9]+.[0-9]+.[0-9]+*"
88
workflow_dispatch:
99

1010
jobs:

RELEASING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ melos version
99
if melos does not pick up changes or does not bump the version correctly, you can manually version the packages using
1010

1111
```
12-
melos version -V ${PACKAGE_NAME}:m.m.p
12+
melos version -V ${PACKAGE_NAME}:M.M.P
1313
for e.g melos version -V powersync:1.6.3
1414
```
1515

16-
This will create a tag in the format of ${PACKAGE_NAME}-vm.m.p
16+
This will create a tag for all packages updated in the format of ${PACKAGE_NAME}-vM.M.P
1717

1818
```
1919
e.g powersync-v1.6.4, powersync_attachments_helper-v0.6.3+1, etc.
@@ -24,3 +24,5 @@ e.g powersync-v1.6.4, powersync_attachments_helper-v0.6.3+1, etc.
2424
```
2525
git push --follow-tags
2626
```
27+
28+
The pushed tags will also create a draft github release for the powersync web worker. The worker needs to be manually published in the GitHub [releases](https://github.com/powersync-ja/powersync.dart/releases).

0 commit comments

Comments
 (0)