File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,14 @@ jobs:
23
23
- run : npm install -g npm
24
24
- run : npm install
25
25
- run : npm test
26
- - run : npm publish --provenance --access public
26
+ - run : npm publish --provenance --access public --tag alpha
27
27
env :
28
28
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
29
- - run : |
29
+ - name : Publish version on GitHub
30
+ run : |
30
31
version=$(jq -r .version package.json)
31
32
gh release create \
32
- -n "[Changelog](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/$BRANCH_NAME/changelog-client.html) " \
33
+ -n "This is a 9.0.0 pre-release alpha. Changes may not be stable. " \
33
34
--target "$BRANCH_NAME" \
34
35
-t "v$version" \
35
36
"v$version"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elastic/elasticsearch" ,
3
- "version" : " 8.16.0 " ,
4
- "versionCanary" : " 8.16 .0-canary.0" ,
3
+ "version" : " 9.0.0-alpha.1 " ,
4
+ "versionCanary" : " 9.0 .0-canary.0" ,
5
5
"description" : " The official Elasticsearch client for Node.js" ,
6
6
"main" : " ./index.js" ,
7
7
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments