Skip to content

Commit 5cb44a8

Browse files
ci: Upgrade release-please (#82)
* Switch to new release-please action * Update changelog to ensure new releases appear at top --------- Co-authored-by: Josh Mock <[email protected]>
1 parent 8b9e7d3 commit 5cb44a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
release-please:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: google-github-actions/release-please-action@v3
17+
- uses: googleapis/release-please-action@v4
1818
with:
1919
release-type: node
2020
package-name: "@elastic/elasticsearch-serverless"
2121
bootstrap-sha: "e71b2ff05abf70702e9342378da571032e670c8c"
22+
token: ${{ secrets.TOKEN_RELEASE_PLEASE }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changelog
2+
13
## [0.4.0+20231031](https://github.com/elastic/elasticsearch-serverless-js/compare/v0.3.0+20231031...v0.4.0+20231031) (2024-06-25)
24

35

0 commit comments

Comments
 (0)