-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test some projects and see if all is ok #8
Labels
Comments
fabienjuif
added
help wanted
Extra attention is needed
good first issue
Good for newcomers
labels
Dec 30, 2018
@fabienjuif it doesn't seem to be working on nantesjs' projects such as: nantesjs-website and nantesjs-organizer... 😢
|
➜ 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 <[email protected]>
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)
# Changelog
Version 1.0.0Added
Changed
Breaking changes
Removed
Fixed
Security
Miscellaneous
Generated by gitmoji-changelog (rust version) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The text was updated successfully, but these errors were encountered: