Skip to content

Commit

Permalink
chore: fix versioning and visual testing workflow (#1028)
Browse files Browse the repository at this point in the history
# What

<!-- Describe the technical "why" behind your changes -->

## Code Quality Checklist

- [ ] Lint and unit tests pass locally with my changes
- [ ] I have added tests that prove my fix is effective or that my
feature works (if appropriate)
- [ ] I have added necessary documentation (if appropriate)
- [ ] I have updated storybook (if appropriate)
- [ ] I have ran `yarn set-peer-dep` when adding an icon as a dependency
of another component (if appropriate) [read
more](https://carlsberggbs.atlassian.net/wiki/spaces/DSM/pages/4697162121/Components+as+peer+dependency)

## Jira Card

<!-- if no card is associated, remove the line bellow and add "Not
Applicable" -->
  • Loading branch information
Tiago Teixeira authored Jun 26, 2024
1 parent 02736d2 commit 267b0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/visual-testing.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Visual testing

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
Expand Down
7 changes: 2 additions & 5 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"types": [
{ "type": "feat", "release": "minor" },
{ "type": "fix", "release": "patch" },
{ "type": "chore", "release": false }
],
"releaseRules": [
{ "breaking": true, "release": "major" },
{ "type": "feat", "release": "minor" },
{ "type": "fix", "release": "patch" },
{ "type": "*", "release": false }
]
}

0 comments on commit 267b0c7

Please sign in to comment.