GithubHelp home page GithubHelp logo

Comments (7)

krnlde avatar krnlde commented on July 4, 2024

The main problem why this task is created still exists. It worked for 2 versions but now I get the error again:

Running "changelog:release" (changelog) task
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory

Unfortunately there's no error line specified. All I can say so far is that I want to make release "version": "2.6.19" and the node/iojs process peaked up to 1.2GB in RAM when doing the changelog thingy.

from grunt-changelog.

krnlde avatar krnlde commented on July 4, 2024

I found out why, git log seems to like to page every output and sometimes has a END character which can be quit via q. To solve this you can add a --no-pager argument to the git log (continue here for further reading). It'll look for example like this:

git --no-pager log 2.6.17..HEAD --pretty="%h - %ad: %s" --no-merges --date=short

The --no-pager has to be in front of the log.

from grunt-changelog.

mischah avatar mischah commented on July 4, 2024

Just tried to reproduce that on my machine (running git version 2.3.4 on Mac OS 10.9.5) and I had no problem with that. So it might be a windows problem.

Will add that to the Pull request #52 for the windows users out there 💩

from grunt-changelog.

mischah avatar mischah commented on July 4, 2024

Update. I can reproduce that problem with longer changelogs 😳

So thanks for reporting that one 👍 @krnlde

from grunt-changelog.

krnlde avatar krnlde commented on July 4, 2024

Any news? PR is still open

from grunt-changelog.

mischah avatar mischah commented on July 4, 2024

@krnlde

Sorry for the replying late. Its merged and with v0.3.1 on npm since May 27th :octocat:

from grunt-changelog.

krnlde avatar krnlde commented on July 4, 2024

Sweet. I'll pull and see if it still works.

from grunt-changelog.

Related Issues (20)

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.