cbmarcum commented on issue #14959:
URL: https://github.com/apache/grails-core/issues/14959#issuecomment-3161879939

   I propose something like:
   
   ## Versioning
   
   Apache Grails uses a versioning scheme that follows the format:
   
   - MAJOR.MINOR.PATCH-[MODIFIER]
   
   Where:
   
   - MAJOR: Indicates significant changes that may include breaking changes.
   - MINOR: Represents new features that are backward compatible.
   - PATCH: Refers to backward-compatible bug fixes.
   - MODIFIER: An optional suffix that can indicate pre-release versions (e.g., 
-M1 for milestone releases, -RC1 for release candidates).
   
   Milestones are used for progress before the release is considered feature 
complete and 
   Release Candidates are when the features are considered complete. 
   
   After an RC release has been vetted, then a FINAL release will follow 
without a modifier.
   
   ---
   I can do a PR for this if needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to