changelog
Here are 429 public repositories matching this topic...
This Issue is a call for documentation additions about how people have used this tool.
Here's how one Node.js software project uses this tool to "improve release process":
davewasmer/ember-cli-favicon@08be5a5
Detail:
- a gcg config file with a single option
- a config file for [ember-cli-release](https://github.com/shipshapeco
Package
conventional-recommended-bump
Error
Error: Unable to load the "angular" preset package. Please make sure it's installed.
Description
Getting this error when using the package as an npm script OR the Node API and a preset of Angular. The package works when installed globally and run using the CLI.
Steps to Reproduce
- Clone this repo: https://github.com/jim
Is it okay to include "rich" content like images, links to other projects, blockquotes, etc. in the changelog? While these things might make it more "enjoyable" to read, I can also see where they might make it harder for users to copy/paste and more complex for machines to parse. Whatever is considered the best practice with regards to rich content, I feel like that should be included in the FAQ.
Issue
In v7.1.0:
When you declare a custom file in bumpFiles standard-version will no longer update normal package.json, composer.json, lockfiles, etc. declared in the defaults.
This is fine (I don't think this is a bug because maybe you don't want it to bother with the defaults), but I think it should be mentioned in the documentation that when you do declare bumpFiles in your c
-
Updated
Jul 10, 2020 - Shell
-
Updated
Jul 9, 2020 - JavaScript
- I have verified there are no duplicate active or recent bugs, questions, or requests.
- I have verified that I am using the latest version of AppUpdater.
- I have given my issue a non-generic title.
- I have read over the README, Wiki and [FAQs](https://github
Git knows to translate git $var to git-$var if it isn't a built-in command.
Thus all of the examples could use git chglog instead of git-chglog.
This has the advantage of greater familiarity, potential integration with .gitconfig and less explaining to do.
We have a workflow where we want do generate the release notes only from pull requests and mention the pull request author. I have found no way to do this yet...
-
Updated
Apr 27, 2020 - PHP
package.json supports shortcut syntax for the repository field (https://docs.npmjs.com/files/package.json#repository)
orgname/reponame is very common
Gitchangelog is not saving to an output file.
Running gitchangelog for the first time. Using the examples provided in your documentation
no changelog is created.
Can you add a super basic tutorial in the readme on creating a changelogs and outputting the file., its unclear how to do this currently.
I can get it to display the generated change-log in the terminal window, but it will not
When creating a CHANGELOG, if the commit that increased the version number is not the most recent commit, two version headings can be created. Also, the commit that increased the version number is discarded. when creating an initial release it is probably common to update the package.json file with more than just the version number.
Version 0.1.0
- Update remaining files
-
Updated
Feb 10, 2020 - Java
-
Updated
Feb 3, 2020
I've just stumbled upon conventional-github-releaser, having used standard-version for awhile and searching for a way to customize how the CHANGELOG.md is generated. It appears that the templating system may be provided by the underlying conventional-changelog tool, but I can't seem to find any documentation at any level of these tools which actually walks you through how to create a custom templ
Got this message:
? Are you using GitHub Enterprise? No
ERR! semantic-release Error: GitHub repository URL is invalid: https:undefined.git
This was caused by the repo being SSH based, not HTTP(s). Took a while to figure this out, a clearer error message would make sense and make this easily fixable.
Code here:
https://github.com/semantic-release/cli/blob/d2b48b0ef70e327ae591a3
With the introduction of the MissingDefaultResource ( http://tools.android.com/tips/lint-checks ), an error occurs if this library is used with changelog xml resources in several languages.
As a work around, one can create in res/xml a copy of the cha
-
Updated
Apr 11, 2020 - Ruby
https://github.com/coala/coala-vs-code
docker run --rm -v $(pwd):/workdir gaocegege/maintainer readme toc
Table of Contents
=================
2017/05/01 15:48:27 There is no config file defined.
awk: cmd. line:2: %*x formats are not supported
Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
2017/05/01 15:48:29 TOC generated successfully.
-
Updated
Jun 23, 2020 - TypeScript
-
Updated
May 1, 2020 - PHP
Improve this page
Add a description, image, and links to the changelog topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the changelog topic, visit your repo's landing page and select "manage topics."



New feature motivation
I've added semantic-release to some of my projects. Unfortunately, due to trial and error some of my pushes didn't get published. I can push a fix and thus publish a new release, but then the previous would-have-been release and its changelog seems to be lost. How would I recover or include the changelog of a failed release?
I had a look at the FAQ, but it only contai