allegro / allegro/axion-release-plugin

The plugin cannot detect changes in the repository (difference between 1.13.3 -> 1.13.4)

Aberta
#550 0 comentários 0 reações 0 responsáveis Ver no GitHub
bug help wanted
Linguagem predominante
Groovy
Estrelas
641
Forks
165
Merge médio
49min
PRs com merge (30d)
9

Descrição

I have a simple multi project build. I have a "root-project" that includes a "secondary-project". I would like to use the version of the "secondary-project".
I used the repository.directory option:
```
scmVersion {
repository {
directory = new File(pathToSecondaryProject)
}
}
```
With v1.13.3, it can detect that there are new commits in secondary-project and properly increments the version, but this doesn't work in newer versions, starting with 1.13.4: it gives me the version from the latest tag, without increasing.
Setting `ignoreUncommittedChanges = false`, detects properly the uncommitted changes though.
I looked at the commits but can't figure out what could cause the difference.
Thank you!

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.