Skip to content

Commit 40c966b

Browse files
committed
Merge branch 'release/0.7.0' into develop
* release/0.7.0: (build) Corrected .gitignore file (build) Deleted .DS_Store file (build) Added GRM Config file (maint) Updated to latest Cake
2 parents ba53add + 8b753f5 commit 40c966b

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@ tools/**
311311
# OpenCover UI analysis results
312312
OpenCover/
313313

314-
# Azure Stream Analytics local run output
314+
# Azure Stream Analytics local run output
315315
ASALocalRun/
316316

317317
# Build Related
318318
BuildArtifacts/*
319319

320-
Source/.DS_Store
320+
.DS_Store

GitReleaseManager.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
issue-labels-include:
2+
- Breaking change
3+
- Feature
4+
- Bug
5+
- Improvement
6+
- Documentation
7+
issue-labels-exclude:
8+
- Build
9+
issue-labels-alias:
10+
- name: Documentation
11+
header: Documentation
12+
plural: Documentation

tools/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<packages>
3-
<package id="Cake" version="0.23.0" />
4-
</packages>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Cake" version="0.25.0" />
4+
</packages>

0 commit comments

Comments
 (0)