Git Product home page Git Product logo

auto-changelog-hook's Introduction

auto-changelog-hook's People

Contributors

martinseeler avatar oxr463 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

auto-changelog-hook's Issues

Windows

Is there an easy way to do this on a windows machine? Thanks.

Suggestion Based on Keepachangelog

Glad you added the standard proposed in keepachangelog.com i was literally just thinking about this. but the project could still be valuable if it detected git tag and prevents a commit if there is no update to changelog file. instead of trying to populate the changelog just making sure it gets updated with new releases?

Any thoughts on this?

shellcheck suggestion

Line 15:
res=$(git status --porcelain | grep $OUTPUT_FILE | wc -l)
                               ^-- SC2126: Consider using grep -c instead of grep|wc -l.

Changelog is not updating when pushed changes to git repository server

I have used the script at two places.

  1. Local git repository with no remote server attached. The changelog file is generating as expected.
  2. Added the script to the .git/hooks directory in a remote repository on linux machine.

In case 2: I am not able to see the changelog getting updated when the associated content is cloned on multiple client machines and made changes to the project with a subsequent commit & push. The server git repository is created using git init --bare command.
Am I missing something ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.