From 4f0e8ada2f393a6759347af4f376b8d91f9b738b Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 25 Sep 2015 10:47:41 -0700 Subject: [PATCH 1/3] [Process] Loosen commit message standards Loosen commit message standards, to minimize clutter in GitHub issues. nasa/openmctweb#145. --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f2fb18d84..fcd1504ef0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -238,6 +238,9 @@ Commit messages should: * Contain a reference to a relevant issue number in the body of the commit. * This is important for traceability; while branch names also provide this, you cannot tell from looking at a commit what branch it was authored on. + * This may be omitted if the relevant issue is otherwise obvious from the + commit history (that is, if using `git log` from the relevant commit + directly leads to a similar issue reference) to minimize clutter. * Describe the change that was made, and any useful rationale therefore. * Comments in code should explain what things do, commit messages describe how they came to be done that way. From 581dbacc9f6705f6418dcfb69e0c42df01c6e5ab Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Mon, 28 Sep 2015 15:20:18 -0700 Subject: [PATCH 2/3] [Build] Remove SNAPSHOT status Remove SNAPSHOT status to tag end of sprint, WTD-827. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a4d8e1cf35..27aa95e3b7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ gov.nasa.arc.wtd open-mct-web Open MCT Web - 0.8.1-SNAPSHOT + 0.8.1 war From d6fe543c16ba32c637b2106aaf3da07e0e49929b Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Mon, 28 Sep 2015 15:25:37 -0700 Subject: [PATCH 3/3] [Build] Bump version number Bump version number to start sprint Asimov, WTD-827. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 27aa95e3b7..3c1ece26b4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ gov.nasa.arc.wtd open-mct-web Open MCT Web - 0.8.1 + 0.8.2-SNAPSHOT war