Skip to content

Is it possible to specify the commit range and output the Change Log? #205

Open
@suzuki-shunsuke

Description

@suzuki-shunsuke

I imagine the following usage.

$ standard-version --dry-run --from 1.0.0 --to 2.0.0
<a name="2.0.0"></a>
# [2.0.0](https://github.com/conventional-changelog/standard-version/compare/v1.1.0...v2.0.0) (2016-04-09)


* feat(conventional-changelog-standard): Move to conventional-changelog-standard style. This style lifts the character limit on commit messages, and puts us in a position to make more opinionated decisions in the future. ([c7ccadb](https://github.com/conventional-changelog/standard-version/commit/c7ccadb))


### BREAKING CHANGES

* we no longer accept the preset configuration option.


<a name="1.1.0"></a>
# [1.1.0](https://github.com/conventional-changelog/standard-version/compare/v1.0.0...v1.1.0) (2016-04-08)


### Features

* **cli:** use conventional default commit message with version ([9fadc5f](https://github.com/conventional-changelog/standard-version/commit/9fadc5f))
* **rebrand:** rebrand recommended-workflow to standard-version (#9) ([1f673c0](https://github.com/conventional-changelog/standard-version/commit/1f673c0))
* **tests:** adds test suite, fixed several Node 0.10 issues along the way ([03bd86c](https://github.com/conventional-changelog/standard-version/commit/03bd86c))

I want to use standard-version in the existing repository which has already several tags (1.0.0, 1.1.0, 1.1.1, 2.0.0, ...),
but standard-version seems to generate the Change Log from the last semver tags so can't generate the Change Log of the existing commits.

Even if standard-version can't do what I want to do,
if there is the another way to do it, tell me the way.

I have found some related issues but I can't solve the above problem.

Best regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions