Skip to content

Commit

Permalink
fix: Api 21710/fix error message for presence of schema or content in…
Browse files Browse the repository at this point in the history
… parameters (#114)

* API-21710 Fix error message for presence of schema or content in parameters

* API-21710 unnecessary whitespace change

* API-21710 removed unnecessary whitespace in order to add this release trigger - fix

* API-21710 another unnecessary whitespace change

* API-21710 fix: undid another unnecessary whitespace change

* API-21710 Updated docs with additional info on how to trigger a release

* Fix: API-21710 Updated release documentation
  • Loading branch information
stevelong00 authored Jan 4, 2023
1 parent 620cc99 commit be720b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ to release new versions automatically.

All other commit types will trigger no new release.

Note: The keyword, eg. `fix`, must be the first word in the commit message and be followed by a `:` in order to trigger a release. If the commit is the result of a squash and merge, the auto-generated commit message must be edited so that it starts with the keyword.
Note: The keyword, eg. `fix`, must be the first word in the commit message and be followed by a `:` in order to trigger a release. If the commit is the result of a github pull request being squashed and merged, the title of the pull request must start with the keyword.

## Creating PR

Expand Down

0 comments on commit be720b7

Please sign in to comment.