From 36f5f49eb47270c48d7d66ca33af9aa620f1fa1b Mon Sep 17 00:00:00 2001 From: Carroll Chiou Date: Wed, 8 Dec 2021 16:34:27 -0700 Subject: [PATCH] clean up readme and changelog --- CHANGELOG.md | 2 ++ README.md | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa809d9..cd6ed134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Changelog +- For newer versions, see [GitHub Releases](https://github.com/jenkinsci/workflow-step-api-plugin/releases) + ### 2.24 Release date: 2021-07-12 diff --git a/README.md b/README.md index df3ea93f..4b349327 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ # Pipeline: Step API Plugin -[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/workflow-step-api)](https://plugins.jenkins.io/workflow-step-api) -[![Changelog](https://img.shields.io/github/v/tag/jenkinsci/workflow-step-api-plugin?label=changelog)](https://github.com/jenkinsci/workflow-step-api-plugin/blob/master/CHANGELOG.md) -[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/workflow-step-api?color=blue)](https://plugins.jenkins.io/workflow-step-api) - ## Developer Guide: Writing Pipeline steps Plugins can implement custom Pipeline steps with specialized behavior by adding a dependency on `workflow-step-api`.