fix typos in ci.md; labal -> label (#7533)

This commit is contained in:
Jacob Dineen 2024-02-26 08:05:56 -07:00 committed by GitHub
parent edb756802d
commit 6fc95d9ed0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -272,7 +272,7 @@ Changed packages:
Determining the bump type (`patch`, `minor`, `major`):
- Check if the pull request has a `"v: *"` labal explicitly dictating the bump type.
- Check if the pull request has a `"v: *"` label explicitly dictating the bump type.
- If it does set that as the bump type and stop guessing.
- Check if the pull requests has a `fixes` or `closes` reference to an issue.
- If it has a `"bug"` label then return a `patch` bump and stop guessing
@ -282,7 +282,7 @@ Determining the bump type (`patch`, `minor`, `major`):
Determining the change type (`fix`, `feat`, `highlight`):
- Check if the pull request has a `"t: *"` labal explicitly dictating the change type.
- Check if the pull request has a `"t: *"` label explicitly dictating the change type.
- If it does set that as the change type and stop guessing.
- Check if the pull requests has a `fixes` or `closes` reference to an issue.
- If it has a `"bug"` label then return a `fix` change type and stop guessing