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 Mar 23, 2023
1 parent 02a9bea commit b7ce0e4
Showing 1 changed file with 2 additions and 2 deletions.
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-logging) that we use as the single
We have a [template repo](https://github.com/micronaut-projects/micronaut-project-template) 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-logging/blob/master/.github/workflows/release.yml)
[Release GitHub Action workflow](https://github.com/micronaut-projects/micronaut-project-template/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 b7ce0e4

Please sign in to comment.