Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit93b0464

Browse files
README: Add git details
1 parenta20bd4d commit93b0464

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)

[8]ページ先頭

©2009-2025 Movatter.jp