An open API service indexing awesome lists of open source software.

https://github.com/eighty4/changelog

CICD tasks for CHANGELOG.md
https://github.com/eighty4/changelog

changelog cicd devops github-actions releases

Last synced: about 1 month ago
JSON representation

CICD tasks for CHANGELOG.md

Awesome Lists containing this project

README

          

# changelog

CICD tasks for CHANGELOG.md files.

Read about them on [keepachangelog.com](https://keepachangelog.com/en/1.1.0/).

## Installing

```bash
npm i -g @eighty4/changelog
```

## CICD tasks

```bash
# create a new CHANGELOG.md
changelog new --repo eighty4/c2 > CHANGELOG.md

# exit 1 if section `## [Unreleased]` is empty
changelog check [--changelog-file CHANGELOG_FILE]

# get content in section `## [$VERSION]`
changelog get VERSION [--changelog-file CHANGELOG_FILE]

# move `## [Unreleased]` content to `## [$NEXT_VERSION]`
changelog rollover NEXT_VERSION [--changelog-file CHANGELOG_FILE]
```