Skip to content

Commit

Permalink
DEVGUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Apr 10, 2024
1 parent 92888b9 commit ac3e36a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions DEVGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ For ubuntu you can check the latest Github workflows under

* `make type`
* `make style`
* `make format` # if clang-format available

## compiling targets

Expand Down Expand Up @@ -100,6 +101,9 @@ directory to the development host inside.

* `make version`
* `make build`
* consider running alternative cmake variants like ninja and nmake

Note that the `testbuilds.py` are currently comparing `make am` builds with cmake ones

## RELEASE PROCESS

Expand All @@ -113,15 +117,15 @@ directory to the development host inside.
* `make build`
* `make docs` # includes `make mans`
* `make auto` # update automake variant
* `make am` # remake with autotools
* `make am` # remake with obsolete autotools
* consider running alternative cmake variants like ninja and nmake
* `git push` # if necessary
* wait for github workflows to be okay
* prepare a tmp.changes.txt
* `git tag -F tmp.changes.txt v1.x` to the version in zziplib.spec
* `git push --tags`
* update the short description on github
* consider making a release with the latest news
* consider making a github release with the latest news

## TODO

Expand Down

0 comments on commit ac3e36a

Please sign in to comment.