Skip to content

Commit

Permalink
Merge branch 'release/0.9.1'
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
gep13 committed Sep 7, 2019
2 parents 420cb6a + fc70b2d commit 87a3a86
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -47,4 +47,4 @@ cache:
#---------------------------------#
skip_commits:
# Regex for matching commit message
message: /(doc).*/
message: /\(doc\).*/
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Expand Up @@ -15,7 +15,7 @@ it would be.

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

# Additional Resources
Expand Down
6 changes: 5 additions & 1 deletion GitReleaseManager.yaml
Expand Up @@ -4,9 +4,13 @@ issue-labels-include:
- Bug
- Improvement
- Documentation
- security
issue-labels-exclude:
- Build
issue-labels-alias:
- name: Documentation
header: Documentation
plural: Documentation
plural: Documentation
- name: security
header: Security
plural: Security
7 changes: 0 additions & 7 deletions mkdocs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion nuspec/nuget/Cake.Tfx.nuspec
Expand Up @@ -8,7 +8,7 @@
<description>Cake Tfx AddIn.</description>
<summary>Cake AddIn that extends Cake with ability to execute the tfx command line utility.</summary>
<license type="expression">MIT</license>
<repository type="git" url="https://github.com/cake-contrib/Cake.Gem"/>
<repository type="git" url="https://github.com/cake-contrib/Cake.Tfx.git"/>
<projectUrl>https://github.com/cake-contrib/Cake.Tfx/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit 87a3a86

Please sign in to comment.