Skip to content

Commit

Permalink
ENG-0000 fix(portal): Add i to the regex (#646)
Browse files Browse the repository at this point in the history
## Affected Packages

Apps

- [x] portal

Packages

- [ ] 1ui
- [ ] api
- [ ] protocol
- [ ] sdk

Tools

- [ ] tools

## Overview

Overview of the changes in the PR.

## Screen Captures

If applicable, add screenshots or screen captures of your changes.

## Declaration

- [x] I hereby declare that I have abided by the rules and regulations
as outlined in the
[CONTRIBUTING.md](https://github.com/0xIntuition/intuition-ts/blob/main/CONTRIBUTING.md)
  • Loading branch information
rahulr8 authored Aug 15, 2024
1 parent f037a50 commit 13a7c5a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,19 @@ tag-template: 'v$RESOLVED_VERSION'
autolabeler:
- label: 'breaking'
title:
- '\bbreaking\b'
- '/\bbreaking\b/i'
- label: 'feat'
title:
- '\bfeat\b'
- '/\bfeat\b/i'
- label: 'fix'
title:
- '\bfix\b'
- '/\bfix\b/i'
- label: 'chore'
title:
- '\bchore\b'
- '\bmaintenance\b'
- '/\bchore\b/i'
- label: 'docs'
title:
- '\bdocs\b'
- '/\bdocs\b/i'

version-resolver:
major:
Expand Down

0 comments on commit 13a7c5a

Please sign in to comment.