This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new ea9325b  Update release-drafter, README and PR template after parent 44
ea9325b is described below

commit ea9325b2cfc119a88ac5957fe29cd806d4695e5e
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Mon Apr 28 21:21:06 2025 +0200

    Update release-drafter, README and PR template after parent 44
---
 .github/pull_request_template.md | 4 ++--
 .github/release-drafter-3.x.yml  | 2 --
 .github/release-drafter.yml      | 2 --
 README.md                        | 5 +++--
 4 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index bafdc3a..0456e30 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -7,9 +7,9 @@ contribution quickly and easily:
   Note that commits might be squashed by a maintainer on merge.
 - [ ] Write unit tests that match behavioral changes, where the tests fail if 
the changes to the runtime are not applied. 
   This may not always be possible but is a best-practice.
-- [ ] Run `mvn clean verify` to make sure basic checks pass.
+- [ ] Run `mvn verify` to make sure basic checks pass.
   A more thorough check will be performed on your pull request automatically.
-- [ ] You have run the integration tests successfully (`mvn -Prun-its clean 
verify`).
+- [ ] You have run the integration tests successfully (`mvn -Prun-its verify`).
 
 If your pull request is about ~20 lines of code you don't need to sign an
 [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure
diff --git a/.github/release-drafter-3.x.yml b/.github/release-drafter-3.x.yml
index ec320dd..7438f11 100644
--- a/.github/release-drafter-3.x.yml
+++ b/.github/release-drafter-3.x.yml
@@ -16,5 +16,3 @@
 # under the License.
 
 _extends: maven-gh-actions-shared:.github/release-drafter.yml
-
-tag-template: maven-clean-plugin-$RESOLVED_VERSION
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 194be6a..6d3b73c 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -17,8 +17,6 @@
 
 _extends: maven-gh-actions-shared
 
-tag-template: maven-clean-plugin-$RESOLVED_VERSION
-
 include-pre-releases: true
 prerelease: true
 
diff --git a/README.md b/README.md
index c3034b4..3dc38fa 100644
--- a/README.md
+++ b/README.md
@@ -71,8 +71,9 @@ Additional Resources
 + [Contributor License Agreement][cla]
 + [General GitHub documentation](https://help.github.com/)
 + [GitHub pull request 
documentation](https://help.github.com/send-pull-requests/)
-+ [Apache Maven Twitter Account](https://twitter.com/ASFMavenProject)
-+ #Maven IRC channel on freenode.org
++ [Apache Maven X Account](https://x.com/ASFMavenProject)
++ [Apache Maven Bluesky Account](https://bsky.app/profile/maven.apache.org)
++ [Apache Maven Mastodon 
Account](https://mastodon.social/deck/@asfmavenproj...@fosstodon.org)
 
 [license]: https://www.apache.org/licenses/LICENSE-2.0
 [ml-list]: https://maven.apache.org/mailing-lists.html

Reply via email to