Skip to content

Commit

Permalink
chore: update refined architect
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Jul 14, 2024
1 parent f0c773e commit e695f78
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ These are the most important things to know before contributing (also explained
- Branch names must be formatted correctly. The format is `{category}/GH-{issue number}/{lowercase-description}`.
Category must match a
category [used in our Commitlint config](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#type-enum).
You can also use `NO-ISSUE` instead of a GitHub issue number.
- We use [Checkstyle](https://checkstyle.sourceforge.io/) in our build workflow to validate coding style. It is
recommended to import the [config/checkstyle/checkstyle.xml](../config/checkstyle/checkstyle.xml) or [config/intellij-code-style.xml](../config/intellij-code-style.xml) file into your
IDE, so that formatting rules are respected.
Expand Down Expand Up @@ -46,7 +47,7 @@ Because we use merge commits when merging a PR, branch names will be part of the
branch names must follow a certain standard.

The format is `{category}/GH-{issue number}/{lowercase-description}` and a branch name can be maximum 50 characters of
length.
length. You can also use `NO-ISSUE` instead of a GitHub issue number.

Category must match a
category [used in our Commitlint config](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#type-enum).
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [ opened, synchronize, reopened ]
jobs:
build:
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.16.4
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.16.5
with:
mutation-testing: false
sonarqube: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: string
jobs:
draft:
uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.16.4
uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.16.5
with:
release-type: ${{ inputs.release-type }}
version-number-override: ${{ inputs.version-number-override }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-for-unsupported-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
types: [ labeled, unlabeled, reopened ]
jobs:
unsupported-labeler:
uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.16.4
uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.16.5
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- closed
jobs:
publish-release:
uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.16.4
uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.16.5
secrets: inherit
with:
project-name: 'Refined Architect template'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/resolved-issue-locking.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Lock resolved issues and PRs
on:
schedule:
- cron: '0 0 * * *'
- cron: '0 0 * * 1'
jobs:
lock:
uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.16.4
uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.16.5
2 changes: 1 addition & 1 deletion .github/workflows/validate-branch-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Validate branch name
on: [ pull_request ]
jobs:
validate-branch-name:
uses: refinedmods/refinedarchitect/.github/workflows/validate-branch-name.yml@v0.16.4
uses: refinedmods/refinedarchitect/.github/workflows/validate-branch-name.yml@v0.16.5
2 changes: 1 addition & 1 deletion .github/workflows/validate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ]
jobs:
validate-changelog:
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.16.4
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.16.5
2 changes: 1 addition & 1 deletion .github/workflows/validate-commit-messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Validate commit messages
on: [ pull_request ]
jobs:
validate-commit-messages:
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.16.4
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.16.5
12 changes: 6 additions & 6 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencyResolutionManagement {
}
versionCatalogs {
create("libs") {
from("com.refinedmods.refinedarchitect:refinedarchitect-versioning:0.16.4")
from("com.refinedmods.refinedarchitect:refinedarchitect-versioning:0.16.5")
}
}
}
Expand All @@ -36,11 +36,11 @@ pluginManagement {
}
}
plugins {
id("refinedarchitect.root").version("0.16.4")
id("refinedarchitect.base").version("0.16.4")
id("refinedarchitect.common").version("0.16.4")
id("refinedarchitect.neoforge").version("0.16.4")
id("refinedarchitect.fabric").version("0.16.4")
id("refinedarchitect.root").version("0.16.5")
id("refinedarchitect.base").version("0.16.5")
id("refinedarchitect.common").version("0.16.5")
id("refinedarchitect.neoforge").version("0.16.5")
id("refinedarchitect.fabric").version("0.16.5")
}
}

Expand Down

0 comments on commit e695f78

Please sign in to comment.