Rule Engine Versioning #444
chowsanthony
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Document Information
Effective Date
To be determined.
Target Audience
Introduction
Software release versioning is an integral part of the software development lifecycle that aids in tracking and managing different stages of software evolution. It assists developers, users, and systems in distinguishing between varying iterations of the same software product. This document sheds light on versioning scheme and principles.
Versioning scheme
alpha
andbeta
to denote the developmental stages of a software version. For example, a pre-release version could be labeled as1.1.0-alpha
.General principles
Other considerations
This section serves as prompts for additional considerations to improve the overall process. The outcome of these discussions may contribute to the content of this document.
standard-version
orrelease-please
on GitHub applicable?Beta Was this translation helpful? Give feedback.
All reactions