Coder Social home page Coder Social logo

release-notes-plugin's Introduction

Release-Notes

About this plugin

This plugin retrieve and present Jfrog products Release Notes from JFrog CLI. Support Release notes of the current default Jfrog CLI products or specific product and version.

Installation with JFrog CLI

Since this plugin is currently not included in JFrog CLI Plugins Registry, it needs to be built and installed manually. Follow these steps to install and use this plugin with JFrog CLI.

  1. Make sure JFrog CLI is installed on you machine by running jfrog. If it is not installed, install it.
  2. Create a directory named plugins under ~/.jfrog/ if it does not exist already.
  3. Clone this repository.
  4. CD into the root directory of the cloned project.
  5. Run go build to create the binary in the current directory.
  6. Copy the binary into the ~/.jfrog/plugins directory.

Usage

Commands

  • release-notes(alias: rn)
    • Arguments:
      • product - The name of the product you would like to get release notes.
      • version - The version of product you would like to get release notes.
    • Flags:
      • current: Get release notes for current Jfrog CLI default specific product.
      • date: Get only the date of the release for specific product and version.
    • Example:
    $ jfrog rn -current xray
    $ jfrog rn artifactory 7.11.5
    
    result1:
    ## Xray 3.12
    
    Released: November 29, 2020
    
    #### Feature Enhancements
    ......
    
    result2:
    
    ### Artifactory 7.11.5
    
    Released: 1 December 2020
    
    #### Resolved Issues
    ......
    

Additional info

Currently support Artifactory and Xray.

Release Notes

The release notes are available here.

release-notes-plugin's People

Contributors

asafambar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.