]> git.mdlowis.com Git - proto/labwc.git/commitdiff
CONTRIBUTING.md: updates notes on up-versioning
authorJohan Malm <jgm323@gmail.com>
Sat, 23 Sep 2023 16:05:59 +0000 (17:05 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 26 Sep 2023 20:15:25 +0000 (21:15 +0100)
CONTRIBUTING.md

index a788316704fc7241ae549bd4ea1bbbb7775e5460..7a068f26584ddf430cdbb4e4ae50bb3936edef2a 100644 (file)
@@ -357,15 +357,16 @@ follow the steps to be taken:
 1. If appropriate, update `revision` in `subprojects/wlroots.wrap` and run
    `git commit -m 'wlroots.wrap: use A.B.C'`
 2. Update `NEWS.md` with the release details and run
-   `git commit -m 'NEWS.md: update notes on X.Y.Z'`
+   `git commit -m 'NEWS.md: update notes for X.Y.Z'`
+   Note: If new dependencies are needed, make this clear.
 3. In `meson.build` update the version and (if required) the wlroots
    dependency version. Then run `git commit -m 'build: bump version to X.Y.Z'`
 4. Run `git tag -a X.Y.Z`. The first line of the commit message should be
    "labwc X.Y.Z" and the body should be the `NEWS.md` additions removing
    hash characters (#) from the headings as these will otherwise be
    ignored by git.
-5. On github, create a 'Release' as some distros use this as a trigger
-6. Re-build labwc.github.io man pages
+5. On github, create a 'Release' as some distros use this as a trigger. Set it
+   as 'latest release'.
 
 [scope document]: https://github.com/labwc/labwc-scope#readme
 [`wlroots/docs/env_vars.md`]: https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/master/docs/env_vars.md