Skip to content

Commit

Permalink
Marking last items on release checklist as done
Browse files Browse the repository at this point in the history
  • Loading branch information
acerion committed Aug 4, 2024
1 parent 960b813 commit 66e856d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions qa/release_checklist/0.13.0.org
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ for cwdaemon.
DONE: the steps from previous checklist point are showing how export && "make
check" are used to prepare and test the code.

* TODO Make final sanity check test using code from repository
* DONE Make final sanity check test using code from repository

1. do an anonymous checkout of full source code tree from source code
management (SCM) repository. This is to check if your SCM repository is
Expand All @@ -538,13 +538,21 @@ check" are used to prepare and test the code.
correctly here. You have already did this in point 12, and code in SCM
should be the same as in your release archive.

* TODO Update statuses of issues in issue tracker
DONE:
1. export DISTCHECK_CONFIGURE_FLAGS=--enable-functional-tests
2. make distcheck
3. tests are completed successfully
4. release archive is built successfully

* DONE Update statuses of issues in issue tracker

If you run any sort of bug or issue tracker, or feature request list, and
there are any issues affected or addressed by current release, update
statuses of these items: close them, comment them, update them. Don't let
fixed bugs be still open in your bug tracking system.

DONE: some tickets on GitHub have been updated

* SKIPPED Publish your release archive with your program

Whether you are using sourceforge.net, tigris.org, Alioth, your own website,
Expand All @@ -554,7 +562,7 @@ archive file with source code of your software.
SKIPPED: I no longer use SourceForge for cwdaemon, so there is no place in
which I could publish the release archive.

* TODO Tag release in SCM repository
* DONE Tag release in SCM repository

Use git's annotated tag:
git tag -a <tag-name> -m <tagging message>
Expand Down

0 comments on commit 66e856d

Please sign in to comment.