Skip to content

Commit

Permalink
Merge pull request #104 from refinedmods/release/0.11.5
Browse files Browse the repository at this point in the history
Release v0.11.5
  • Loading branch information
raoulvdberge authored Mar 16, 2024
2 parents 447498d + 7bb7050 commit 14b6636
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-branch-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Validate if branch name is valid
if: (!startsWith(github.event.pull_request.head.ref, 'release/')) && (!startsWith(github.event.pull_request.head.ref, 'hotfix/'))
if: (!startsWith(github.event.pull_request.head.ref, 'release/')) && (!startsWith(github.event.pull_request.head.ref, 'hotfix/')) && github.event.pull_request.head.ref != 'crowdin-translations'
uses: deepakputhraya/action-branch-name@5f1cc199284b75145ec2d13434422e6987cf6af8
with:
regex: '^([a-z])+\/GH-\d*\/([a-z-])+$'
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.11.5] - 2024-03-16

### Fixed

- Branch name validation for Crowdin translation branches no longer fails.

## [0.11.4] - 2024-01-29

### Fixed
Expand Down Expand Up @@ -198,7 +204,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Gradle helpers for Fabric and Forge projects.
- CI workflows.

[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.11.4...HEAD
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.11.5...HEAD

[0.11.5]: https://github.com/refinedmods/refinedarchitect/compare/v0.11.4...v0.11.5

[0.11.4]: https://github.com/refinedmods/refinedarchitect/compare/v0.11.3...v0.11.4

Expand Down

0 comments on commit 14b6636

Please sign in to comment.