Gerrrr commented on issue #51:
URL: https://github.com/apache/otava/issues/51#issuecomment-2918321035

   **rc4**
   
   **Fixes**
   1. https://github.com/apache/otava/pull/57
   2. https://github.com/apache/otava/pull/58
   
   As discussed in 
https://lists.apache.org/thread/wcldmg84h2oykn4hdt8ql2boc1r2rq8o, we are going 
to make a source release containing only, well, source code. We will not 
include `poetry build` artifacts.
   
   **Command log**
   
   Prepare source archive:
   
   ```
    $ git tag -a 0.6.0-rc4 -m "0.6.0-rc4"^C
    $ git push origin --tags
    $ mkdir release
    $ cd release
    $ wget -O apache-otava-0.6.0-rc4.tar.gz 
https://github.com/apache/otava/archive/refs/tags/0.6.0-rc4.tar.gz
   ```
   
   Create signature:
   
   ```
   $ gpg --armor --output apache-otava-0.6.0-rc4.tar.gz.asc --detach-sig 
apache-otava-0.6.0-rc4.tar.gz
   ```
   
   Verify signature:
   
   ```
   gpg --verify apache-otava-0.6.0-rc4.tar.gz.asc apache-otava-0.6.0-rc4.tar.gz
   gpg: Signature made Wed May 28 22:10:08 2025 PDT
   gpg:                using RSA key E81152E1F17593C0949A9D235E2C934B6C5147A0
   gpg: Good signature from "Alex Sorokoumov <[email protected]>" 
[ultimate]
   ```
   
   Create checksum:
   
   ```
   $ sha512sum apache-otava-0.6.0-rc4.tar.gz > 
apache-otava-0.6.0-rc4.tar.gz.sha512
   ```
   
   Verify checksum:
   
   ```
   $ sha512sum --check apache-otava-0.6.0-rc4.tar.gz.sha512
   apache-otava-0.6.0-rc4.tar.gz: OK
   ```
   
   Publish RC:
   
   ```
   $ cp -r release ../otava-dist/0.6.0-rc4
   $ svn add ../otava-dist/0.6.0-rc4
   A         /Users/asorokoumov/Projects/otava-dist/0.6.0-rc4
   A  (bin)  
/Users/asorokoumov/Projects/otava-dist/0.6.0-rc4/apache-otava-0.6.0-rc4.tar.gz
   A         
/Users/asorokoumov/Projects/otava-dist/0.6.0-rc4/apache-otava-0.6.0-rc4.tar.gz.sha512
   A         
/Users/asorokoumov/Projects/otava-dist/0.6.0-rc4/apache-otava-0.6.0-rc4.tar.gz.asc
   $ cd ../otava-dist/
   $ svn ci -m "[otava] Add 0.6.0-rc4"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to