Well, don't use my ID in your clone ;-) Gary
On Mon, Jul 3, 2023 at 9:16 AM Gary Gregory <garydgreg...@gmail.com> wrote: > > Hi Volkan > > Have a look at what we do in Commons where I generate the vote email's text > to a file for the RM to review. For example: > > git clone https://ggreg...@gitbox.apache.org/repos/asf/commons-io.git && cd > commons-io > mvn -Dcommons.nexus.repo.id=$commons_nexus_repo_id > org.apache.commons:commons-release-plugin:1.8.1:vote-txt > open target/VOTE.txt > > Gary > > On Mon, Jul 3, 2023, 06:05 Volkan Yazıcı <vol...@yazi.ci> wrote: >> >> Right, it is a copy-paste mistake from the release email template. (Though >> this gave me the idea of generating this email from the template in CI >> during the release!) >> >> This VOTE is for the 0.4.0 release of Apache Log4j Tools. >> >> On Mon, Jul 3, 2023 at 12:01 AM Gary Gregory <garydgreg...@gmail.com> wrote: >> >> > Is it 0.4.0 or 7.8.0? ;-) >> > >> > Gary >> > >> > On Sun, Jul 2, 2023, 14:54 Volkan Yazıcı <vol...@yazi.ci> wrote: >> > >> > > This is a lazy vote to release the Apache Log4j Tools 7.8.0. >> > > >> > > This minor release contains small enhancements. Most importantly, this >> > > marks the first release where the project uses itself to generate >> > > release notes! >> > > >> > > Source repository: https://github.com/apache/logging-log4j-tools >> > > Commit: b4d75a1270d4eeaa99ffd1425332572ed3bd3e73 >> > > Artifacts: https://dist.apache.org/repos/dist/dev/logging/log4j >> > > Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0 >> > > >> > > Please download, test, and cast your votes on the Log4j developers list. >> > > >> > > [ ] +1, release the artifacts >> > > [ ] -1, don't release, because... >> > > >> > > This vote is open for 72 hours and will pass unless getting a net >> > > negative vote count. >> > > All votes are welcome and we encourage everyone to test the release, >> > > but only the Logging Services PMC votes are officially counted. >> > > >> > > ## Changes >> > > >> > > ### Added >> > > >> > > * Add `versionPattern` (i.e., the regular expression pattern for >> > > parsing versions) parameter to the Maven `release` goal (#63) >> > > >> > > ### Changed >> > > >> > > * Change the default value of `outputDirectory` to >> > > `${project.build.directory}/generated-sources/site/changelog` for the >> > > Maven `export` goal >> > > * Migrate from `CHANGELOG.adoc` to using `log4j-changelog-maven-plugin` >> > > >> > > ### Fixed >> > > >> > > * Improve Maven `release` goal to accommodate repetitive invocations >> > > >> >