{"id":22059213,"url":"https://github.com/opentable/grunt-git-changelog-generator","last_synced_at":"2025-03-23T17:13:27.675Z","repository":{"id":57255089,"uuid":"56603889","full_name":"opentable/grunt-git-changelog-generator","owner":"opentable","description":"Generate markdown changelog from git log messages and tags","archived":false,"fork":false,"pushed_at":"2016-04-20T10:38:39.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-03-18T12:04:49.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opentable.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-19T14:27:19.000Z","updated_at":"2016-05-09T09:22:03.000Z","dependencies_parsed_at":"2022-09-04T14:13:09.591Z","dependency_job_id":null,"html_url":"https://github.com/opentable/grunt-git-changelog-generator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-git-changelog-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-git-changelog-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-git-changelog-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-git-changelog-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opentable","download_url":"https://codeload.github.com/opentable/grunt-git-changelog-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245136405,"owners_count":20566588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-30T17:27:34.035Z","updated_at":"2025-03-23T17:13:27.639Z","avatar_url":"https://github.com/opentable.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grunt-git-changelog-generator\n\n\u003e Generate markdown changelogs from git log messages and tags\n\n## Getting Started\nThis plugin requires Grunt `~0.4.5`\n\nIf you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, Once you're familiar with that process, you may install this plugin with this command:\n\n```shell\nnpm install grunt-git-changelog-generator --save-dev\n```\n\nOnce the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:\n\n```js\ngrunt.loadNpmTasks('grunt-git-changelog-generator');\n```\n\n## The \"git_changelog_generator\" task\n\n### Overview\nIn your project's Gruntfile, add a section named `git_changelog_generator` to the data object passed into `grunt.initConfig()`.\n\n```js\ngrunt.initConfig({\n  git_changelog_generator: {\n    options: {\n      // Task-specific options go here.\n      repo: 'https://github.com/opentable/grunt-git-changelog-generator',\n      changelog: './CHANGELOG.md'\n    }\n  },\n});\n```\n\n### Options\n\n#### options.repo\nType: `String`\nDefault value: none\n\nA string value that is used to do add links pointing to the specific PR related in the repo, it should be the URL of the live repo.\n\n#### options.changelog\nType: `String`\nDefault value: `'./CHANGELOG.md'`\n\nA string value that is used to write the path/file with the changelog content. By default the plugin will generate and write to `./CHANGELOG.md`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentable%2Fgrunt-git-changelog-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopentable%2Fgrunt-git-changelog-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentable%2Fgrunt-git-changelog-generator/lists"}