ObjFW  Changes To Release process

Changes to "Release process" between 2024-08-01 12:32:50 and 2024-08-11 14:10:45

42
43
44
45
46
47
48

49
50

51
52
53
54
55
56
57
42
43
44
45
46
47
48
49
50

51
52
53
54
55
56
57
58







+

-
+







1. `for i in rawhide f39 f40 epel8 epel9; do git checkout $i && fedpkg build --nowait; done`
1. Wait for the builds to be done, then create the updates on [Bodhi](https://bodhi.fedoraproject.org/). Set the Karma required to 1.

### Debian

1. Clone the [`objfw`](https://salsa.debian.org/debian/objfw) Salsa project.
1. Run `gbp import-orig https://objfw.nil.im/downloads/objfw-${version}.tar.gz`
1. Run `gbp dch`, update the changelog as necessary.
1. Perform changes to `debian/*`, if necessary.
1. Run `gdb dch`, update the changelog as necessary and commit.
1. Commit.
1. Run `git tag debian/${version}-${debversion}`, e.g. `git tag debian/1.1.5-1`.
1. Run `git push --all`.
1. Ping a Debian developer to upload the package.

### MSYS2

1. Edit the [`PKGBUILD`](https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-objfw/PKGBUILD) file to increase the version and update the hash.