allegro/axion-release-plugin

Deleted files are not committed

オープン

#430 opened on 2021/11/01

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Groovy (161 件のフォーク)batch import
bughacktoberfesthelp wanted

Repository metrics

Stars
 (628 個のスター)
PR merge metrics
 (平均マージ 2d 7h) (30d で 8 merged PRs)

説明

Hi, I'm currently trying to modify and delete files in post release hooks. Modifications and additions are committed and pushed successfully. Files are deleted but I cannot manage to commit the deletions. Is there such a possibility to do it in post release hook? If not perhaps it would be possible to add a property 'all' to ScmProperties to propagate it to Git? I mean like this:

boolean isAll = properties.getAll();
jgitRepository.commit().setAll(isAll).setMessage(message).call();

That would be really helpful

Thanks a lot!

コントリビューターガイド