Skip to content

Commit 77eb5c3

Browse files
authored
chore: update to semantic-prs config (#59)
1 parent 38ed56e commit 77eb5c3

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

.github/semantic.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,18 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# https://github.com/zeke/semantic-pull-requests#configuration
16-
titleOnly: true
15+
# https://github.com/Ezard/semantic-prs#configuration-options
16+
# The values allowed for the "type" part of the PR title/commit message. e.g. for a PR title/commit message of "feat: add some stuff", the type would be "feat"
17+
# The merged commit will trigger semantic release actions governed by https://github.com/semantic-release/commit-analyzer/blob/master/lib/default-release-rules.js
18+
types: # default: feat | fix | docs | style | refactor | perf | test | build | ci | chore | revert
19+
- build # Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
20+
- chore # Other changes that do not affect the developer interface
21+
- docs # Documentation only changes, triggers PATCH version release
22+
- feat # A new feature, triggers MINOR version release
23+
- fix # A bug fix, triggers PATCH version release
24+
- perf # A code change that improves performance, triggers PATCH version release
25+
- refactor # A code change that neither fixes a bug nor adds a feature
26+
- revert # Reverts a previous commit
27+
28+
# Allows a custom URL for the "Details" link (which appears next to the success/failure message from the app) to be specified
29+
targetUrl: https://github.com/googlemaps/.github/blob/master/.github/semantic.yml # default: https://github.com/Ezard/semantic-prs

0 commit comments

Comments
 (0)