]
Tom Jenkinson commented on JBTM-2526:
-------------------------------------
I think the deprecation script would be useful to print out the list of deprecated code
and ask if its OK to continue. It is probably not worth doing the deprecation check for
versions that do not match a pattern
[0-9].\.0\.0\..* (i.e. no point in doing regression checks on minor/micro versions.
Create pre-release checking script
----------------------------------
Key: JBTM-2526
URL:
https://issues.jboss.org/browse/JBTM-2526
Project: JBoss Transaction Manager
Issue Type: Sub-task
Components: Build System, Release Process
Reporter: Gytis Trikleris
Assignee: Gytis Trikleris
Fix For: 5.next
Write script to do tests, deprecation, and blockers checking before executing the
release.
There are example bash scripts for deprecation and tests checking already, but they
should be merged into one and be configurable.