Skip to content
Discussion options

You must be logged in to vote

First, I would like to thanks you for your answer, that allow me to think again and re-discover basic feature of changie v1.10

I've tested v1.10.1 (thanks too for this new version), but v1.10.0 already allows to apply use case I've with major versions.
I'll try to explain.

  • I want to keep change fragments history in GIT repo => make different sub-directory into .changes, one for each major version or major/minor
.changes/
├── 4.x
│   ├── 4.0.0.md
│   ├── 4.10.0.md
│   ├── 4.1.0.md
│   ├── 4.2.0.md
│   ├── 4.3.0.md
│   ├── 4.4.0.md
│   ├── 4.5.0.md
│   ├── 4.6.0.md
│   ├── 4.6.1.md
│   ├── 4.7.0.md
│   ├── 4.7.1.md
│   ├── 4.8.0.md
│   └── 4.9.0.md
└── 5.x
    ├── 5.0.0.md
    ├── header.…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by miniscruff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants