Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/apostrophecms/changelog-scanner

Scan for commits since a certain date across all repos in your github org. Helpful for updating release notes and changelogs
https://github.com/apostrophecms/changelog-scanner

Last synced: 9 days ago
JSON representation

Scan for commits since a certain date across all repos in your github org. Helpful for updating release notes and changelogs

Awesome Lists containing this project

README

        

A simple tool to list all commit messages since a given date in the default branch of all repos in a github organization or organizations. Great for catching omissions in release announcements and changelogs.

## Installation

```
npm install
```

## Configuration

Copy `config.js.example` to `config.js` and edit it. See the provided comments.

## Usage

```
node app --since=2020-06-01
```

### Additional options

- **Use the `--sort` flag to select another sort order for repos.** Can be one of `created`, `updated`, `pushed`, `full_name`. Defaults to `created`. Order is ascending for `full_name` and descending for all others. [Reference](https://docs.github.com/en/rest/reference/repos#list-organization-repositories)