Skip to content

Commit

Permalink
Update common files
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build committed Feb 26, 2025
1 parent 567245a commit d27f6c1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/central-sync.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING: Do not edit this file directly. Instead, go to:
#
# https://github.com/micronaut-projects/micronaut-project-template/tree/master/.github/workflows
# https://github.com/micronaut-projects/micronaut-projectgen/tree/master/.github/workflows
#
# and edit them there. Note that it will be sync'ed to all the Micronaut repos
name: Maven Central Sync
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/graalvm-dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING: Do not edit this file directly. Instead, go to:
#
# https://github.com/micronaut-projects/micronaut-project-template/tree/master/.github/workflows
# https://github.com/micronaut-projects/micronaut-projectgen/tree/master/.github/workflows
#
# and edit them there. Note that it will be sync'ed to all the Micronaut repos
name: GraalVM Dev CI
Expand All @@ -9,7 +9,7 @@ on:
- cron: "0 1 * * 1-5" # Mon-Fri at 1am UTC
jobs:
build_matrix:
if: github.repository != 'micronaut-projects/micronaut-project-template'
if: github.repository != 'micronaut-projects/micronaut-projectgen'
runs-on: ubuntu-latest
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
Expand All @@ -24,7 +24,7 @@ jobs:
id: build-matrix
build:
needs: build_matrix
if: github.repository != 'micronaut-projects/micronaut-project-template'
if: github.repository != 'micronaut-projects/micronaut-projectgen'
runs-on: ubuntu-latest
strategy:
max-parallel: 6
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/graalvm-latest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING: Do not edit this file directly. Instead, go to:
#
# https://github.com/micronaut-projects/micronaut-project-template/tree/master/.github/workflows
# https://github.com/micronaut-projects/micronaut-projectgen/tree/master/.github/workflows
#
# and edit them there. Note that it will be sync'ed to all the Micronaut repos
name: GraalVM Latest CI
Expand All @@ -15,7 +15,7 @@ on:
- '[1-9]+.[0-9]+.x'
jobs:
build_matrix:
if: github.repository != 'micronaut-projects/micronaut-project-template'
if: github.repository != 'micronaut-projects/micronaut-projectgen'
runs-on: ubuntu-latest
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
Expand All @@ -30,7 +30,7 @@ jobs:
id: build-matrix
build:
needs: build_matrix
if: github.repository != 'micronaut-projects/micronaut-project-template'
if: github.repository != 'micronaut-projects/micronaut-projectgen'
runs-on: ubuntu-latest
strategy:
max-parallel: 6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING: Do not edit this file directly. Instead, go to:
#
# https://github.com/micronaut-projects/micronaut-project-template/tree/master/.github/workflows
# https://github.com/micronaut-projects/micronaut-projectgen/tree/master/.github/workflows
#
# and edit them there. Note that it will be sync'ed to all the Micronaut repos
name: Java CI
Expand All @@ -15,7 +15,7 @@ on:
- '[1-9]+.[0-9]+.x'
jobs:
build:
if: github.repository != 'micronaut-projects/micronaut-project-template'
if: github.repository != 'micronaut-projects/micronaut-projectgen'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# WARNING: Do not edit this file directly. Instead, go to:
#
# https://github.com/micronaut-projects/micronaut-project-template/tree/master/.github/workflows
# https://github.com/micronaut-projects/micronaut-projectgen/tree/master/.github/workflows
#
# and edit them there. Note that it will be sync'ed to all the Micronaut repos
name: Publish snapshot release
on: [workflow_dispatch]
jobs:
build:
if: github.repository != 'micronaut-projects/micronaut-project-template'
if: github.repository != 'micronaut-projects/micronaut-projectgen'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING: Do not edit this file directly. Instead, go to:
#
# https://github.com/micronaut-projects/micronaut-project-template/tree/master/.github/workflows
# https://github.com/micronaut-projects/micronaut-projectgen/tree/master/.github/workflows
#
# and edit them there. Note that it will be sync'ed to all the Micronaut repos
name: Release
Expand Down
4 changes: 2 additions & 2 deletions MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Renovate and our workflow will keep sending PRs. You should also create an issue

#### Files sync

We have a [template repo](https://github.com/micronaut-projects/micronaut-project-template) that we use as the single
We have a [template repo](https://github.com/micronaut-projects/micronaut-projectgen) that we use as the single
source of truth for certain files. It is used as a template to create new repos, and changes to certain files in the
template repo will get propagated automatically. The files propagated are:

Expand Down Expand Up @@ -169,7 +169,7 @@ If you are publishing a milestone or release candidate, check the pre-release ch
Note that the release tags must be preceded with `v`, e.g.: `v1.2.3`.

Once you publish the GitHub release, the
[Release GitHub Action workflow](https://github.com/micronaut-projects/micronaut-project-template/blob/master/.github/workflows/release.yml)
[Release GitHub Action workflow](https://github.com/micronaut-projects/micronaut-projectgen/blob/master/.github/workflows/release.yml)
will kick off, performing the following steps:

* Pre-release: sets the `projectVersion` property in `gradle.properties` to the release version, and commit and pushes
Expand Down

0 comments on commit d27f6c1

Please sign in to comment.