Skip to content

Commit

Permalink
add breaking changes to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Oct 3, 2023
1 parent f1a01eb commit 818dd73
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
15 changes: 9 additions & 6 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,24 @@ changelog:
labels:
- ignore for release
categories:
- title: New features
- title: πŸ’₯ Breaking changes
labels:
- breaking
- title: ✨ New features
labels:
- enhancement
- title: CI
- title: πŸ‘·πŸ» CI
labels:
- ci
- title: Bug fixes
- title: πŸ› Bug fixes
labels:
- bug
- title: Documentation
- title: πŸ“ Documentation
labels:
- documentation
- title: Dependency updates
- title: ⬆️ Dependency updates
labels:
- dependencies
- title: Other changes
- title: 🀷🏻 Other changes
labels:
- "*"
28 changes: 14 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,17 +522,17 @@ jobs:
# - run: exit 1
# if: success()

test-lockfile-not-up-to-date:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Move pixi files
run: mv test/lockfile-not-up-to-date/* .
- uses: ./
# locked: true is implicit
- run: exit 1
if: success()
# test-lockfile-not-up-to-date:
# runs-on: ${{ matrix.os }}
# strategy:
# fail-fast: false
# matrix:
# os: [windows-latest, ubuntu-latest, macos-latest]
# steps:
# - uses: actions/checkout@v4
# - name: Move pixi files
# run: mv test/lockfile-not-up-to-date/* .
# - uses: ./
# # locked: true is implicit
# - run: exit 1
# if: success()

0 comments on commit 818dd73

Please sign in to comment.