Skip to content

Commit

Permalink
release: v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed May 23, 2024
1 parent 1f76759 commit b97eff0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Open VSX Version](https://img.shields.io/open-vsx/v/yeshan333/jenkins-pipeline-linter-connector-fork?label=Open%20VSX%20Registry%20Version)](https://open-vsx.org/extension/yeshan333/jenkins-pipeline-linter-connector-fork) [![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/yeshan333.jenkins-pipeline-linter-connector-fork?logo=appveyor&label=Visual%20Studio%20Marketplace%20Version)](https://marketplace.visualstudio.com/items?itemName=yeshan333.jenkins-pipeline-linter-connector-fork)

This extension validates Jenkinsfile by sending them to the [Jenkins Pipeline Linter](https://www.jenkins.io/doc/book/pipeline/development/#linter) of a Jenkins server.
This extension validates Jenkinsfile by sending them to the [Jenkins Pipeline Linter](https://www.jenkins.io/doc/book/pipeline/development/#linter) of a Jenkins server. Also support to review Jenkinsfile with LLMs.

## Features

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "jenkins-pipeline-linter-connector-fork",
"displayName": "Jenkins Pipeline Linter Connector (fork)",
"description": "Validates Jenkinsfile by sending them to the Pipeline Linter of a Jenkins server.",
"version": "2.2.0",
"description": "Validate declarative Jenkinsfile syntax in Visual Studio Code. Also support to review Jenkinsfile with LLMs.",
"version": "2.3.0",
"icon": "images/icon.png",
"publisher": "yeshan333",
"license": "LICENSE.txt",
Expand Down

0 comments on commit b97eff0

Please sign in to comment.