From 132e22e24887904e207835bfaae3b0d2065424b7 Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Thu, 30 Sep 2021 11:36:19 -0600 Subject: [PATCH] location of gbxml and update instructions --- BuildingSync.xsd | 2 +- docs/release_instructions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildingSync.xsd b/BuildingSync.xsd index 4977d3c1..f67a36f0 100644 --- a/BuildingSync.xsd +++ b/BuildingSync.xsd @@ -1,6 +1,6 @@ - + BuildingSync Schema - Version 2.4.0 diff --git a/docs/release_instructions.md b/docs/release_instructions.md index d3dd81aa..d702ad37 100644 --- a/docs/release_instructions.md +++ b/docs/release_instructions.md @@ -30,7 +30,7 @@ git tag -a v -m "" [SHA] Where `v` is a valid [semantic version](https://semver.org/) (e.g., `v1.2.3` or `v1.2.3-pr.1`) and `` is the tagging message (e.g. "First official release"). See [Versioning](versioning.md) for more information. ```bash # push the tag -git push origin +git push --tags origin ``` This should trigger a GitHub workflow for building and publishing the release. If publishing a pre-release, you are done. Otherwise, once the release has been successfully published on GitHub, continue.