fabienjuif / gitmoji-changelog-rust

Do you use gitmoji? Then generate your changelog with this app!
https://docs.rs/gitmoji-changelog/
MIT License
12 stars 1 forks source link

test some projects and see if all is ok #8

Open fabienjuif opened 5 years ago

fabienjuif commented 5 years ago
charlyx commented 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)_
fabienjuif commented 5 years ago
➜  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

# Changelog ## Version 1.0.0 ### Added - 👷 Build sur toutes les branches (#67) - ✨ link to sponsor website (#65) - ➕ cross-env (#64) - ✨ Add sponsors section (#59) - ✨ Generation de l'affiche du prochain meetup ### Changed - 🍱 Ajout des logos pour Oxiane et Zenika (#76) - ♻️ Remplace k-ramel par des hooks (#73) - 🍱 Add logos for MyMoneyBank and Seyos (#68) - 💄 Met à jour le logo Guess.js - ♿️ Get 100% a11y score (#56) - 🗃 Add meetup 36 (#54) - ♻️ Get data from markdown files (#47) - 🔧 Add logo for map - 🔧 Set CNAME and encrypt MAPBOX token - 🔧 Update repo_token for coveralls - ⬆️ Update nokogiri to fix security issue - ⬆️ Update jekyll ### Breaking changes - 💥 Create a brand new website ### Removed - 🔥 Remove unused files - 🔥 Remove encrypted token - 🔥 Remove dev url prefix ### Fixed - ✏️ Ajoute https au lien vers seyos - ✏️ Corrige la date du meetup 37 - 💚 Corrige la valeur de la longitude pour le meetup 37 - 🐛 Prevent redux devtools to be activated in production (#63) - 🐛 Corrige le lien d'invitation pour slack - ✏️ Fix repository url in badges - 🐛 Hide place when mapbox token is missing - 🐛 Sort meetups in right order (#55) - 🐛 Fix print - 🐛 Fix syntax error ### Security - 🔒 Fix yarn.lock ### Miscellaneous - card_file_box Add link for a speaker at meetup 36 _Generated by [gitmoji-changelog (rust version)](https://github.com/fabienjuif/gitmoji-changelog-rust)_ ➜ gitmoji-changelog-rust git:(master)