Skip to content

Commit 2199bf9

Browse files
committed
chore: Remove temporary Release Please setting.
doc: Fix typo.
1 parent 361c509 commit 2199bf9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/release-please-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
},
99
"plugins": [
1010
"sentence-case"
11-
],
12-
"last-release-sha": "f69d4e105f4a60750c72cd50efd2491d98504da6"
11+
]
1312
}

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This project uses [Release Please] for release management.
6060
Release Please handles creation of release tags, GitHub releases and patching version numbers in `pom.xml` files.
6161
A new release is cut by merging the pull request maintained by Release Please.
6262
Building and deploying the actual Maven Artifacts for a release is the responsibility of the
63-
[release.yaml workflow](./.github/workflows/release.yaml).
63+
[release.yml workflow](./.github/workflows/release.yml).
6464

6565
After a release has been made, Release Please will automatically create another pull request to update the version
6666
numbers in `pom.xml` files to the next snapshot version

0 commit comments

Comments
 (0)