You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2020/12/06 05:35:09 UTC

[yetus-test-patch-action] annotated tag 0.13.0 updated (58b2541 -> 3a47de4)

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

aw pushed a change to annotated tag 0.13.0
in repository https://gitbox.apache.org/repos/asf/yetus-test-patch-action.git.


*** WARNING: tag 0.13.0 was modified! ***

    from 58b2541  (tag)
      to 3a47de4  (tag)
 tagging 0785e761f180256f65ce5b062a86c0a48aadfd0e (commit)
      by Allen Wittenauer
      on Sat Dec 5 21:34:52 2020 -0800

- Log -----------------------------------------------------------------
Release 0.13.0.
-----------------------------------------------------------------------

 discard 2d3ff6b  YETUS-1034. Tag and release 0.13.0
     add c4ba539  YETUS-1041. new release script fixes (#8)
     add e7ac4ce  YETUS-889. change golangci-lint to give all output (#9)
     add 2994dcc  YETUS-452. Remove python2; rewrite python bits for python3 (#10)
     new 0785e76  YETUS-1034. Tag and release 0.13.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (58b2541)
            \
             N -- N -- N   refs/tags/0.13.0 (3a47de4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 action.yml | 10 +---------
 release.sh |  2 +-
 2 files changed, 2 insertions(+), 10 deletions(-)


[yetus-test-patch-action] 01/01: YETUS-1034. Tag and release 0.13.0

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

aw pushed a commit to annotated tag 0.13.0
in repository https://gitbox.apache.org/repos/asf/yetus-test-patch-action.git

commit 0785e761f180256f65ce5b062a86c0a48aadfd0e
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Sat Dec 5 21:34:52 2020 -0800

    YETUS-1034. Tag and release 0.13.0
---
 action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index 9c6662d..d72fb0f 100644
--- a/action.yml
+++ b/action.yml
@@ -72,7 +72,7 @@ inputs:
 
 runs:
   using: 'docker'
-  image: docker://apache/yetus:main
+  image: docker://apache/yetus:0.13.0
   args:
     - test-patch
     - --basedir=${{ inputs.basedir }}