GithubHelp home page GithubHelp logo

isabella232 / release-notes-generator-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from getodk/release-notes-generator

0.0 0.0 0.0 28 KB

NPM module to generate release notes with attribution

JavaScript 96.84% HTML 3.16%

release-notes-generator-1's Introduction

release-notes-generator

This project is not actively maintained. It is archived here for reference purposes.

If you wish to maintain it, please contact the ODK team at https://getodk.org.

Installation instructions

We have these installation instructions in place while we figure how we want to publish this NPM module in the central repository.

Requirements:

Instructions:

  1. Clone this repo
  2. cd to the root of the repo
  3. Run npm install to get all the project's dependencies
  4. Run npm install -g (you might have to sudo it)

Usage instructions

Generate release notes

Run this tool with release-notes-generator generate <path> <version1> <version2>. Arguments:

  • <path>: Path to the GIT repo you want to generate a release notes for
  • <version1>, and <version2>: Versions that define the range of commits your release notes will include

Example: release-notes-generator generate /home/guillermo/src/odk/briefcase v1.11.0 v1.12.0

(This will generate a release notes for Briefcase between versions v1.11.0 and v1.12.0)

Feed authors table

Use the following JSON file as a template to feed the authors to the tool:

[
  {
    "name": "Jane Doe",
    "email": "[email protected]",
    "username": "the-jane-doe",
    "organization": "Doe & Doe Corp."
  }
]

You can feed a JSON with authors with the command release-notes-generator feed-authors <path>.

Print current authors

You can check the current authors table (and use it as a template as well) with the command release-notes-generator print-authors

release-notes-generator-1's People

Contributors

ggalmazor avatar lognaturel avatar yanokwa 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.