Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/apostrophecms/changelog-scanner
- Owner: apostrophecms
- Created: 2020-06-17T17:38:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T22:40:31.000Z (about 2 years ago)
- Last Synced: 2024-12-19T18:15:24.327Z (15 days ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)