https://github.com/math-comp/tools
Experimental toolbox to manage PR in mathcomp
https://github.com/math-comp/tools
Last synced: 3 months ago
JSON representation
Experimental toolbox to manage PR in mathcomp
- Host: GitHub
- URL: https://github.com/math-comp/tools
- Owner: math-comp
- License: mit
- Created: 2022-12-15T14:27:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T07:23:17.000Z (about 1 year ago)
- Last Synced: 2026-02-12T07:53:25.471Z (4 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/changes.awk
- License: LICENSE
Awesome Lists containing this project
README
# Tools
Experimental toolbox to manage PR in mathcomp
## Changelog generator
Clone this repo (here we assume `TOOLS=`, make sure `sqlite3`, `sed` and `awk` are availabe on your system, and from the repository run e.g.
```bash
$TOOLS/changelog/changes.sh -s upstream/master *
```