diff options
author | Joshua Young <[email protected]> | 2025-06-09 15:18:57 +1000 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-06-12 08:40:51 +0900 |
commit | 8abb87b9c7cabf84615eb639a7f601a65ce7920e () | |
tree | 7000e5e6f479c4d8222f67ac37def9c819d8b5b9 /lib | |
parent | 3fdaa6a19cca5d4d8cf1ef7760db08b04d5c6270 (diff) |
[rubygems/rubygems] Remove duplicate documentation for `--changelog` flag
https://.com/rubygems/rubygems/commit/9f1d07685f
-rw-r--r-- | lib/bundler/man/bundle-gem.1 | 5 | ||||
-rw-r--r-- | lib/bundler/man/bundle-gem.1.ronn | 4 |
2 files changed, 2 insertions, 7 deletions
@@ -33,7 +33,7 @@ Add a \fBCODE_OF_CONDUCT\.md\fR file to the root of the generated project\. If t Do not create a \fBCODE_OF_CONDUCT\.md\fR (overrides \fB\-\-coc\fR specified in the global config)\. .TP \fB\-\-changelog\fR -Add a \fBCHANGELOG\.md\fR file to the root of the generated project\. If this option is unspecified, an interactive prompt will be displayed and the answer will be saved in Bundler's global config for future \fBbundle gem\fR use\. .TP \fB\-\-no\-changelog\fR Do not create a \fBCHANGELOG\.md\fR (overrides \fB\-\-changelog\fR specified in the global config)\. @@ -68,9 +68,6 @@ When Bundler is unconfigured, an interactive prompt will be displayed and the an \fB\-\-no\-test\fR Do not use a test framework (overrides \fB\-\-test\fR specified in the global config)\. .TP -\fB\-\-changelog\fR -Generate changelog file\. Set a default with \fBbundle config set \-\-global gem\.changelog true\fR\. -.TP \fB\-\-ci\fR, \fB\-\-ci=circle\fR, \fB\-\-ci=\fR, \fB\-\-ci=gitlab\fR Specify the continuous integration service that Bundler should use when generating the project\. Acceptable values are \fB\fR, \fBgitlab\fR and \fBcircle\fR\. A configuration file will be generated in the project directory\. Given no option is specified: .IP @@ -45,6 +45,7 @@ configuration file using the following names: Add a `CHANGELOG.md` file to the root of the generated project. If this option is unspecified, an interactive prompt will be displayed and the answer will be saved in Bundler's global config for future `bundle gem` use. * `--no-changelog`: Do not create a `CHANGELOG.md` (overrides `--changelog` specified in the @@ -95,9 +96,6 @@ configuration file using the following names: Do not use a test framework (overrides `--test` specified in the global config). -* `--changelog`: - Generate changelog file. Set a default with `bundle config set --global gem.changelog true`. - * `--ci`, `--ci=circle`, `--ci=`, `--ci=gitlab`: Specify the continuous integration service that Bundler should use when generating the project. Acceptable values are ``, `gitlab` |