You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,21 @@
1
1
[SQLite](https://sqlite.org/index.html) and [SQLite3MultipleCiphers](https://github.com/utelle/SQLite3MultipleCiphers),
2
2
packaged for the Swift package manager.
3
3
4
+
## Releasing
5
+
6
+
This package is consumed by our Swift SDK with a SwiftPM git dependency.
7
+
By convention, we release this package after updating SQLite and creating a tag named after the SQLite version
8
+
(e.g. `3.51.2`, without a `v` prefix).
9
+
10
+
The easiest way to release this package is to create a release and tag on GitHub, with a description linking
11
+
to the SQLite and SQLite3 Multiple Ciphers sources:
12
+
13
+
```
14
+
This release mirrors [SQLite 3.51.2](https://sqlite.org/releaselog/3_51_2.html) and [SQLite3MultipleCiphers 2.2.7](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v2.2.7).
15
+
```
16
+
17
+
No further pre-release checks or builds are required for this package.
18
+
4
19
## Acknowledgements
5
20
6
21
This project was heavily inspired by [@sbooth's work](https://github.com/sbooth/CSQLite/tree/main).
0 commit comments