Uploaded image for project: 'Yetus'
  1. Yetus
  2. YETUS-409

Some fixes and improvements for "Cleanup" section in "Managing a Release" document

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.3.0
    • 0.4.0
    • None

    Description

      Follow-up from 0.3.0 release.

      Item 2:

      On my first try, git tag --sign failed as follows:

      [sekikn@localhost yetus]$ git tag --sign rel/0.3.0
      22ee2cf74c05055c58d47469012e1321276e1b1b
      gpg: skipped "Kengo Seki <sekikn@apache.org>": No secret key
      gpg: signing failed: No secret key
      error: gpg failed to sign the data
      error: unable to sign the tag
      The tag message has been left in .git/TAG_EDITMSG
      

      That was because I forgot git config --global user.signingkey. It would be helpful if there is a note about it.

      Item 3:

      This command

      $ cp path/to/yetus-dist-dev/0.2.0-RC1 0.2.0
      

      fails, because the source is a directory.
      But cp -r isn't also preferred, because it copies unnecessary .svn directory.
      So I did:

      $ mkdir 0.3.0
      $ cp ~/yetus-dist-dev/0.3.0-RC1/* 0.3.0
      
      Item 9:
      YETUS-XXX. add release 0.1.0.
      

      s/0.1.0/0.2.0/.

      Item 12:

      link to YETUS-316 is broken.

      Item 13:

      The announce email should contain the URL for the release notes as well as the change list.

      Attachments

        1. YETUS-409.00.patch
          4 kB
          Kengo Seki
        2. YETUS-409-addendum.00.patch
          1 kB
          Kengo Seki

        Activity

          People

            sekikn Kengo Seki
            sekikn Kengo Seki
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: