Skip to content

Commit f24483a

Browse files
committed
Add release instructions
1 parent 84bf311 commit f24483a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
[SQLite](https://sqlite.org/index.html) and [SQLite3MultipleCiphers](https://github.com/utelle/SQLite3MultipleCiphers),
22
packaged for the Swift package manager.
33

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+
419
## Acknowledgements
520

621
This project was heavily inspired by [@sbooth's work](https://github.com/sbooth/CSQLite/tree/main).

0 commit comments

Comments
 (0)