Skip to content

Commit

Permalink
chore(release): 1.13.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.13.1](v1.13.0...v1.13.1) (2024-08-20)

### Bug Fixes

* Relax the aggressive of the id vs identifier detection ([#89](#89)) ([e97c69a](e97c69a))
  • Loading branch information
semantic-release-bot committed Aug 20, 2024
1 parent e97c69a commit 245b633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sps-api-standards.spectral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ rules:
then:
function: pattern
functionOptions:
notMatch: "(^identifier([A-Z]|$)|.*Identifier([A-Z]|$))"
notMatch: "^identifier$"
sps-mandate-abbreviations-organization:
description: Use abbreviations instead of long form names, i.e. organization SHOULD BE org.
severity: warn
Expand Down

0 comments on commit 245b633

Please sign in to comment.