Skip to content

Commit f081047

Browse files
authored
chore: Release automation (#20)
* Docs cleanup * Use release-please to manage releases https://github.com/google-github-actions/release-please-action
1 parent 4f14372 commit f081047

File tree

5 files changed

+27
-46
lines changed

5 files changed

+27
-46
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

docs/questions-and-assumptions.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/reference.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
|| https://github.com/elastic/elastic-client-generator-js ||
1818
|| ||
1919
|| You can run the script with the following command: ||
20-
|| npm run elasticsearch -- --version <version> ||
20+
|| npm run serverless -- --version <version> ||
2121
|| ||
2222
|| ||
2323
|| ||

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)