This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new fa3c841 MINOR: Update `README.md` to remove `Travis CI` links and add
release tags and plan (#1028)
fa3c841 is described below
commit fa3c841f314197edf3c236f07fa01667391b2939
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Jan 28 01:09:46 2022 -0800
MINOR: Update `README.md` to remove `Travis CI` links and add release tags
and plan (#1028)
### What changes were proposed in this pull request?
This PR aims to update `README.md` by
- Removing `Travis CI` link
- Adding `release tags` link and `plan` link.
### Why are the changes needed?
To make release information more visible.
### How was this patch tested?
Manually check the new README in the following link.
-
https://github.com/apache/orc/blob/39680343ef9a4bb3b90268ebdda6f93016e668c8/README.md
(cherry picked from commit e33918db893f79179619369fcbb05164e21d8c6a)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index cccedfc..ef409b4 100644
--- a/README.md
+++ b/README.md
@@ -21,11 +21,12 @@ Releases:
* Latest: <a href="http://orc.apache.org/releases">Apache ORC releases</a>
* Maven Central: <a
href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22"></a>
* Downloads: <a href="http://orc.apache.org/downloads">Apache ORC downloads</a>
+* Release tags: <a href="https://github.com/apache/orc/releases">Apache ORC
release tags</a>
+* Plan: <a href="https://github.com/apache/orc/milestones">Apache ORC future
release plan</a>
The current build status:
* Main branch <a
href="https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Amain">
-</a>
<a href="https://travis-ci.com/apache/orc/branches">
-</a>
+</a>
Bug tracking: <a href="http://orc.apache.org/bugs">Apache Jira</a>