Skip to content

Commit ce1256e

Browse files
committed
1 parent e2f69f5 commit ce1256e

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

.github/workflows/release.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
on:
3+
push:
4+
branches:
5+
- main
6+
7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
11+
name: release-please
12+
13+
jobs:
14+
release-please:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: google-github-actions/release-please-action@v3
18+
with:
19+
release-type: node
20+
package-name: "@elastic/elasticsearch-serverless"
21+
bootstrap-sha: "e71b2ff05abf70702e9342378da571032e670c8c"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
## [0.1.0](https://github.com/elastic/elasticsearch-serverless-js/compare/%40{2023-05-01}...v0.1.0+20231031) (2023-10-17)
3+
4+
Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"ora": "^5.4.1",
6666
"proxy": "^1.0.2",
6767
"rimraf": "^5.0.0",
68-
"semver": "^7.5.1",
68+
"semver": "^7.5.4",
6969
"split2": "^4.2.0",
7070
"stoppable": "^1.1.0",
7171
"tap": "^16.3.7",

0 commit comments

Comments
 (0)