You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Ernst Reissner (Jira)" <ji...@apache.org> on 2022/05/22 09:03:00 UTC

[jira] [Created] (MRELEASE-1092) Synch with changes plugin

Ernst Reissner created MRELEASE-1092:
----------------------------------------

             Summary: Synch with changes plugin
                 Key: MRELEASE-1092
                 URL: https://issues.apache.org/jira/browse/MRELEASE-1092
             Project: Maven Release Plugin
          Issue Type: New Feature
          Components: prepare
    Affects Versions: 3.0.0-M5
            Reporter: Ernst Reissner


the changes plugin is based on the file changes.xml. 
It is a sequence of releases each covering the changes made in the current release. 
The form is 

```[xml]
<release version="0.0.4" date='2022-xx-xx' description=''>
...
</release>
```

I suggest, that the release plugin shall check whether 
- the version is the version to be 
- the date is the current date 
- the description is not empty. 

If all this is true, on can assume that the release element is maintained. 
One should advise to start with empty version and empty date and empty description. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)