Open fabienjuif opened 5 years ago
@fabienjuif it doesn't seem to be working on nantesjs' projects such as: nantesjs-website and nantesjs-organizer... 😢
~/W/p/gitmoji-changelog-rust ❯❯❯ cargo run ../nantesjs/nantesjs-organizer
Finished dev [unoptimized + debuginfo] target(s) in 0.14s
Running `target/debug/gitmoji-changelog ../nantesjs/nantesjs-organizer`
Git repository path: ../nantesjs/nantesjs-organizer
# Changelog
_Generated by [gitmoji-changelog (rust version)](https://github.com/fabienjuif/gitmoji-changelog-rust)_
➜ gitmoji-changelog-rust git:(master) cargo run --release ../nantesjs-website --help
Finished release [optimized] target(s) in 0.14s
Running `target/release/gitmoji-changelog ../nantesjs-website --help`
gitmoji-changelog 0.3.1
Fabien JUIF <fabien.juif@gmail.com>
USAGE:
gitmoji-changelog [FLAGS] [OPTIONS] <GIT_REPOSITORY_PATH>
FLAGS:
--delta Print delta only (not the whole CHANGELOG).
-h, --help Prints help information
-a, --print-authors Print author for each commit
-V, --version Prints version information
OPTIONS:
-o, --output <FILE> File to update, if not defined write on stdout
-r, --release <release> Set a version to the release (latest tag to HEAD). If not set, the commits after the
latest tag will not be printed to the changelog.
ARGS:
<GIT_REPOSITORY_PATH> Path to the git repository to parse
➜ gitmoji-changelog-rust git:(master)
-r, --release <release> Set a version to the release (latest tag to HEAD). If not set, the commits after the
latest tag will not be printed to the changelog.
nantesjs-website
doesn't have a tag, so it prints nothing if you don't give a release name :)
➜ gitmoji-changelog-rust git:(master) cargo run --release ../nantesjs-website --release 1.0.0