Skip to content

Commit aa49766

Browse files
committed
Prepare for v4.0-beta.10 release
1 parent b73694b commit aa49766

File tree

3 files changed

+28
-9
lines changed

3 files changed

+28
-9
lines changed

ci_build.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -626,13 +626,13 @@ check_branch_of_tag() {
626626
#"${fresh_clone_dir}"
627627
#pushd "${fresh_clone_dir}"
628628

629-
git \
630-
--no-pager \
631-
branch \
632-
--all \
633-
--contains \
634-
"tags/v4.0-beta.5" \
635-
|| echo ""
629+
#git \
630+
#--no-pager \
631+
#branch \
632+
#--all \
633+
#--contains \
634+
#"tags/v4.0-beta.5" \
635+
#|| echo ""
636636
#popd
637637

638638
if [[ "${BUILD_IS_SCHEMA_RELEASE}" = "true" ]]; then

event-logging.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<xs:schema xmlns:evt="event-logging:3" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="event-logging:3" elementFormDefault="qualified" attributeFormDefault="unqualified" version="4.0-beta.9" id="event-logging-v4.0-beta.9">
17+
<xs:schema xmlns:evt="event-logging:3" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="event-logging:3" elementFormDefault="qualified" attributeFormDefault="unqualified" version="4.0-beta.10" id="event-logging-v4.0-beta.10">
1818
<xs:annotation>
1919
<xs:documentation>This schema describes the allowed element structure for event logging. Please refer to the documentation and examples for a description of how to use this schema in addition to the descriptions given for each element within this schema.</xs:documentation>
2020
</xs:annotation>
@@ -3620,7 +3620,7 @@
36203620
<xs:documentation>Type for specifying the version numbers of XML documents that are supported by this version of the XMLSchema.</xs:documentation>
36213621
</xs:annotation>
36223622
<xs:restriction base="xs:string">
3623-
<xs:enumeration value="4.0-beta.9"/>
3623+
<xs:enumeration value="4.0-beta.10"/>
36243624
</xs:restriction>
36253625
</xs:simpleType>
36263626
<xs:simpleType name="VirtualSessionSessionStateSimpleType">
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
* Fix automated build.
2+
3+
4+
```sh
5+
# ONLY the top line will be included as a change entry in the CHANGELOG.
6+
# The entry should be in GitHub flavour markdown and should be written on a SINGLE
7+
# line with no hard breaks. You can have multiple change files for a single GitHub issue.
8+
# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than
9+
# 'Fixed nasty bug'.
10+
#
11+
# Examples of acceptable entries are:
12+
#
13+
#
14+
# * Issue **123** : Fix bug with an associated GitHub issue in this repository
15+
#
16+
# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository
17+
#
18+
# * Fix bug with no associated GitHub issue.
19+
```

0 commit comments

Comments
 (0)