From a99dc8f869e88c9fdd6c23ec384c1b980a3fa77b Mon Sep 17 00:00:00 2001 From: Michael Bear <38406045+mjbear@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:03:13 -0400 Subject: [PATCH 1/4] change release schedule grammar and link to data model documentation --- docs/dev/contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/contributing.md b/docs/dev/contributing.md index 7a5927f334..cc3bb558b7 100644 --- a/docs/dev/contributing.md +++ b/docs/dev/contributing.md @@ -34,7 +34,7 @@ NTC-Templates will observes semantic versioning. This may result in an quick tur ## Release Policy -NTC Templates has currently no intended scheduled release schedule, and will release new features in minor versions. Any breaking changes will be done in _major_ releases. There is some development to maintain a data model that is applicable across multiple vendors. +NTC Templates currently does not have an intended release schedule cadence, and will release new features in minor versions. Any breaking changes will be done in _major_ releases. There is some development to maintain [a data model that is applicable across multiple vendors](data_model.md). When a new release is created the following should happen. @@ -50,4 +50,4 @@ When a new release is created the following should happen. - The description should be the changes that were added to the `version_..md` document. - A post release PR is created with. - Change the version from `..` to `..-beta` pyproject.toml. - - Once tests pass, merge. \ No newline at end of file + - Once tests pass, merge. From afc873172bdffe1733193fba3ce1b66e6d8822e3 Mon Sep 17 00:00:00 2001 From: Michael Bear <38406045+mjbear@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:05:39 -0400 Subject: [PATCH 2/4] change verb based on how the semantic versioning sentence reads --- docs/dev/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/contributing.md b/docs/dev/contributing.md index cc3bb558b7..89a9a5c7fd 100644 --- a/docs/dev/contributing.md +++ b/docs/dev/contributing.md @@ -30,7 +30,7 @@ The branching policy includes the following tenets: - PRs intended to address bug fixes and security patches should be sourced from the master branch. - PRs intended to add new features that break backward compatibility should be discussed before a PR is created. -NTC-Templates will observes semantic versioning. This may result in an quick turn around in minor versions to keep pace with an ever growing feature set. +NTC-Templates will observe semantic versioning. This may result in an quick turn around in minor versions to keep pace with an ever growing feature set. ## Release Policy From f6ff08fe0d7735928e469eaf5467b05aae4d91fd Mon Sep 17 00:00:00 2001 From: Michael Bear <38406045+mjbear@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:33:13 -0500 Subject: [PATCH 3/4] update ASA interface detail to work with loopback interface issue #1538 (#1583) Co-authored-by: Josh VanDeraa From fab3a9d2ea9fe58e6d6f3569421c866aface10a5 Mon Sep 17 00:00:00 2001 From: Michael Bear <38406045+mjbear@users.noreply.github.com> Date: Fri, 21 Jun 2024 18:49:29 -0400 Subject: [PATCH 4/4] Update docs/dev/contributing.md with singular word Co-authored-by: Josh VanDeraa --- docs/dev/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/contributing.md b/docs/dev/contributing.md index 89a9a5c7fd..2b40ec8cd8 100644 --- a/docs/dev/contributing.md +++ b/docs/dev/contributing.md @@ -30,7 +30,7 @@ The branching policy includes the following tenets: - PRs intended to address bug fixes and security patches should be sourced from the master branch. - PRs intended to add new features that break backward compatibility should be discussed before a PR is created. -NTC-Templates will observe semantic versioning. This may result in an quick turn around in minor versions to keep pace with an ever growing feature set. +NTC-Templates observes semantic versioning. This may result in a quick turn around in minor/major versions to keep pace with an ever growing feature set. ## Release Policy