Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit 553c93b

Browse files
committed
Merge branch 'hotfix/0.3.1' into develop
* hotfix/0.3.1: (GH-11) Update GRM config file (GH-11) Fix GitHub Templates (GH-11) Add .git to end of repo URL
2 parents 4b66755 + b75c203 commit 553c93b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed
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

nuspec/nuget/Cake.DotNetTool.Module.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<description>Cake DotNetTool Module.</description>
99
<summary>Cake Module that extends Cake with ability to install tools using dotnet cli.</summary>
1010
<license type="expression">MIT</license>
11-
<repository type="git" url="https://github.com/cake-contrib/Cake.DotNetTool.Module"/>
11+
<repository type="git" url="https://github.com/cake-contrib/Cake.DotNetTool.Module.git"/>
1212
<projectUrl>https://github.com/cake-contrib/Cake.DotNetTool.Module/</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)