2 new commits added
plugins: Open 3.3.13 development
setroubleshoot-plugins 3.3.12
Please drop the "Open development ..." commits from this PR
setroubleshoot-3.3.23
Updated.
You need to update configure.ac, the current version still has
configure.ac
AC_INIT([setroubleshoot], [3.3.22],
So you want me to just change
to
AC_INIT([setroubleshoot], [3.3.23],
as part of "setroubleshoot-3.3.23" commit?
That is, from now on the version will change just before a new release (as opposed to immediately after with "open development") ?
Yes, you can't release 3.3.23 with AC_INIT([setroubleshoot], [3.3.22]
AC_INIT([setroubleshoot], [3.3.22]
The "open development" for .23 didn't happen. I don't think that we should continue with this anymore. It slightly complicates packaging as you need to filter such commits out.
Sorry for that.
rebased onto 6e7cadbc093f782d6c678b7fe2acdae0d26f2539
Makes sense, updated.
Metadata Update from @plautrba: - Request assigned
:thumbsup: feel free to merge, tag, push, release. Thanks!
Pull-Request has been closed by vmojzis