You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/02/09 01:38:01 UTC

[maven-gh-actions-shared] branch main updated (507fff5 -> 0b9336d)

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

olamy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git.


    from 507fff5  test replacer
     new 4d168ec  Update release-drafter.yml
     new 934e063  jira format
     new 8a18bd8  target=_blank
     new 6fe80ea  grhhh why so many different markdown parsers
     new 0b9336d  forget target blank

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/release-drafter.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[maven-gh-actions-shared] 05/05: forget target blank

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git

commit 0b9336dd8cc35b1b5191309eaa4ce7495d79c8bf
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Feb 9 11:37:05 2022 +1000

    forget target blank
---
 .github/release-drafter.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 0c43f33..faaf45d 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -76,4 +76,4 @@ template: |
   
 replacers:
   - search: '/\[(.*)-(\d+)\]*\s*-*\s*/g'
-    replace: '[[$1-$2]](https://issues.apache.org/jira/browse/$1-$2 target="_blank") - '  
+    replace: '[[$1-$2]](https://issues.apache.org/jira/browse/$1-$2) - '  

[maven-gh-actions-shared] 02/05: jira format

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git

commit 934e063510c05dc38708bcdd3f358e1467935a2c
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Feb 9 11:30:35 2022 +1000

    jira format
---
 .github/release-drafter.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 7019320..faaf45d 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -76,4 +76,4 @@ template: |
   
 replacers:
   - search: '/\[(.*)-(\d+)\]*\s*-*\s*/g'
-    replace: '[$1-$2](https://issues.apache.org/jira/browse/$1-$2) - '  
+    replace: '[[$1-$2]](https://issues.apache.org/jira/browse/$1-$2) - '  

[maven-gh-actions-shared] 04/05: grhhh why so many different markdown parsers

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git

commit 6fe80ea925c806ca7e077510d905f82661cc8765
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Feb 9 11:34:40 2022 +1000

    grhhh why so many different markdown parsers
---
 .github/release-drafter.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 0753062..0c43f33 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -76,4 +76,4 @@ template: |
   
 replacers:
   - search: '/\[(.*)-(\d+)\]*\s*-*\s*/g'
-    replace: '[[$1-$2]](https://issues.apache.org/jira/browse/$1-$2){:target="_blank"} - '  
+    replace: '[[$1-$2]](https://issues.apache.org/jira/browse/$1-$2 target="_blank") - '  

[maven-gh-actions-shared] 01/05: Update release-drafter.yml

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git

commit 4d168ecff5c21d8aed724809ccfe3710bf81ab76
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Feb 9 11:28:43 2022 +1000

    Update release-drafter.yml
---
 .github/release-drafter.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 3d97043..7019320 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -75,5 +75,5 @@ template: |
   $CHANGES
   
 replacers:
-  - search: '/\[(\s+)-(\d+)\]*\s*-*\s*/g'
+  - search: '/\[(.*)-(\d+)\]*\s*-*\s*/g'
     replace: '[$1-$2](https://issues.apache.org/jira/browse/$1-$2) - '  

[maven-gh-actions-shared] 03/05: target=_blank

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git

commit 8a18bd861db7c7eae5518b093fbe5b0804cc6191
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Feb 9 11:32:01 2022 +1000

    target=_blank
---
 .github/release-drafter.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index faaf45d..0753062 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -76,4 +76,4 @@ template: |
   
 replacers:
   - search: '/\[(.*)-(\d+)\]*\s*-*\s*/g'
-    replace: '[[$1-$2]](https://issues.apache.org/jira/browse/$1-$2) - '  
+    replace: '[[$1-$2]](https://issues.apache.org/jira/browse/$1-$2){:target="_blank"} - '