GithubHelp home page GithubHelp logo

changelog's Introduction

Changelog

Generate a CHANGELOG.md file from the git history of a repository (https://keepachangelog.com/).

Example

# Changelog

## 2022-11-05
### Added
- all: fix comment typos

- Change-Id: Ic16824482142d4de4d0b949459e36505ee944ff7
- Reviewed-on: https://go-review.googlesource.com/c/go/+/448175
- Reviewed-by: Robert Griesemer <[email protected]>
- Run-TryBot: Dan Kortschak <[email protected]>
- Auto-Submit: Robert Griesemer <[email protected]>
- TryBot-Result: Gopher Robot <[email protected]>
- Auto-Submit: Dan Kortschak <[email protected]>
- Auto-Submit: Ian Lance Taylor <[email protected]>
- Run-TryBot: Ian Lance Taylor <[email protected]>
- Reviewed-by: Ian Lance Taylor <[email protected]>

## 2022-11-03
### Added
- reflect: rewrite value.Equal to avoid allocations

- For #46746 

- Change-Id: I75ddb9ce24cd3394186562dae156fef9fe2d55d3
- Reviewed-on: https://go-review.googlesource.com/c/go/+/447798
- Reviewed-by: Ian Lance Taylor <[email protected]>
- Run-TryBot: Ian Lance Taylor <[email protected]>
- Auto-Submit: Ian Lance Taylor <[email protected]>
- Reviewed-by: Bryan Mills <[email protected]>
- TryBot-Result: Gopher Robot <[email protected]>

Usage

Download the appropriate executable from the releases page https://github.com/rnsloan/changelog/releases.

To run: ./changelog.

The 'Types of changes' heading is always Added.

Options

--repositoryPath the local file path or remote URL to git repository. Default: the current directory

--outputPath output location for CHANGELOG.md. Default: the current directory

--formatMessage start all commit message lines with a hyphen character. Default: true

--large clone the git repository temporarily to disk instead of in-memory. Recommended for repositories with a large history of over 200,000 git objects (git gc && git count-objects -vH). Default: false

Development

  • go run ./cmd/main.go
  • go test ./...

To build a new release:

  1. add a new git tag
  2. push the tag to GitHub
  3. make release
  4. create the new release in GitHub and add the files in /build generated from the previous step as assets

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.