As usual, I'll start off with my own vote.

Valid signature (my own):

> gpg --verify apache-annotator-0.3.0-rc.1-incubating.tar.gz.asc

gpg: assuming signed data in 'apache-annotator-0.3.0-rc.1-incubating.tar.gz'
gpg: Signature made Wed 04 May 2022 05:25:20 PM PDT
gpg:                using RSA key 83CBD56B79A00C8693C0B919ED6455D90F33F0BB
gpg: Good signature from "Randall Leeds <rand...@bleeds.info>" [ultimate]
gpg:                 aka "Randall Leeds <randall.le...@gmail.com>"
[ultimate]
gpg:                 aka "Randall Leeds <rand...@apache.org>" [ultimate]

Valid checksums:

> sha256sum --check apache-annotator-*.tar.gz.sha256
apache-annotator-0.3.0-rc.1-incubating.tar.gz: OK
> sha512sum --check apache-annotator-*.tar.gz.sha512
apache-annotator-0.3.0-rc.1-incubating.tar.gz: OK

Release contains only files from the repository:

> diff -r apache-annotator-0.3.0-incubating repo
Only in repo: .asf.yaml
Only in repo: .git
Only in repo: .gitattributes
Only in repo: .gitignore
Only in repo: .husky
Only in repo: .lintstagedrc
Only in repo: .ratignore
Only in repo: repolinter.json
Only in repo: .travis.yml

No files with missing license headers:

> java -jar ~/.local/share/apache-rat-0.13.jar -E repo/.ratignore -d
apache-annotator-0.3.0-incubating
Ignored 0 lines in your exclusion files as comments or empty lines.

*****************************************************
Summary
-------
Generated at: 2022-05-04T17:31:07-07:00

Notes: 2
Binaries: 0
Archives: 0
Standards: 50

Apache Licensed: 50
Generated Documents: 0

JavaDocs are generated, thus a license header is optional.
Generated files do not require license headers.

0 Unknown Licenses

Running `make check` passes.

+1


On Wed, May 4, 2022 at 5:37 PM Randall Leeds <rand...@apache.org> wrote:

> Dear community,
>
> I would like to propose that we make a long overdue release of Apache
> Annotator (incubating) 0.3.0!
>
> Since v0.2.0, the major changes modernize the build and remove
> dependencies that made it harder to consume without a separate
> JavaScript module bundler. This release should make it easier for
> folks to get started using Annotator.
>
> The release artifacts are here:
>
>
> https://dist.apache.org/repos/dist/dev/incubator/annotator/source/0.3.0/rc.1
>
> There you will find a tarball, a GPG signature, and SHA256/SHA512
> checksums.
>
> A KEYS file for checking the signatures can be found here:
>
>     https://dist.apache.org/repos/dist/release/incubator/annotator/KEYS
>
> Please validate the release candidate using the instructions on the wiki:
>
>
> https://github.com/apache/incubator-annotator/wiki/Testing-a-Source-Release
>
> If this vote passes, these artifacts will be proposed to the Apache
> Incubator for release as Apache Annotator (incubating) 0.3.0.
>
> Regards,
> Randall
>

Reply via email to