Skip to content

Commit 87a3a86

Browse files
committed
Merge branch 'release/0.9.1'
* release/0.9.1: (GH-39) Delete unnecessary file (GH-39) Fix GitHub Templates (GH-39) Fix AppVeyor regex (GH-39) Update GRM config file (package) Fix repository URL (build) Fix repository URL
2 parents 420cb6a + fc70b2d commit 87a3a86

File tree

6 files changed

+9
-12
lines changed

6 files changed

+9
-12
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ cache:
4747
#---------------------------------#
4848
skip_commits:
4949
# Regex for matching commit message
50-
message: /(doc).*/
50+
message: /\(doc\).*/
File renamed without changes.

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ it would be.
1515

1616
# Making Changes
1717
* From your fork of the repository, create a topic branch where work on your change will take place.
18-
* To quickly create a topic branch based on master; `git checkout -b my_contribution master`. Please avoid working directly on the `master` branch.
18+
* To quickly create a topic branch based on develop; `git checkout -b my_contribution develop`. Please avoid working directly on the `develop` or `master` branch.
1919
* Make commits of logical units.
2020
* Check for unnecessary whitespace with `git diff --check` before committing.
2121
* Please follow the prevailing code conventions in the repository. Differences in style make the code harder to understand for everyone.
@@ -40,7 +40,7 @@ are highly apprecaited.
4040
# Submitting Changes
4141
* Push your changes to a topic branch in your fork of the repository.
4242
* Submit a pull request to the main repository.
43-
* Once the pull request has been reviewed and accepted, it will be merged with the master branch.
43+
* Once the pull request has been reviewed and accepted, it will be merged with the develop branch.
4444
* Celebrate
4545

4646
# Additional Resources

GitReleaseManager.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ issue-labels-include:
44
- Bug
55
- Improvement
66
- Documentation
7+
- security
78
issue-labels-exclude:
89
- Build
910
issue-labels-alias:
1011
- name: Documentation
1112
header: Documentation
12-
plural: Documentation
13+
plural: Documentation
14+
- name: security
15+
header: Security
16+
plural: Security

mkdocs.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

nuspec/nuget/Cake.Tfx.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<description>Cake Tfx AddIn.</description>
99
<summary>Cake AddIn that extends Cake with ability to execute the tfx command line utility.</summary>
1010
<license type="expression">MIT</license>
11-
<repository type="git" url="https://github.com/cake-contrib/Cake.Gem"/>
11+
<repository type="git" url="https://github.com/cake-contrib/Cake.Tfx.git"/>
1212
<projectUrl>https://github.com/cake-contrib/Cake.Tfx/</projectUrl>
1313
<iconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</iconUrl>
1414
<requireLicenseAcceptance>false</requireLicenseAcceptance>

0 commit comments

Comments
 (0)