8000 README: Add git details · python/cpython-source-deps@93b0464 · GitHub
[go: up one dir, main page]

Skip to content

Commit 93b0464

Browse files
README: Add git details
1 parent a20bd4d commit 93b0464

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ How to update the SQLite source code in this branch:
1717

1818
4. Unpack the amalgamation source code and commit the changes.
1919

20+
```console
21+
# Example with SQLite 3.41.2
22+
$ git commit -a -m "Add SQLite 3.41.2 sources"
23+
```
24+
2025
5. Tag the new commit.
2126

22-
6. Push
27+
```console
28+
# The fourth number is unused, but kept for compatibility with the build scripts
29+
$ git tag -sam "SQLite 3.41.2" sqlite-3.41.2.0
30+
```
31+
32+
6. Push changes (including tags) upstream.

0 commit comments

Comments
 (0)
0