File tree 4 files changed +15
-34
lines changed
4 files changed +15
-34
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
3
branches :
4
- - master
4
+ - 4.x.x
5
5
name : release-please
6
6
jobs :
7
7
release-please :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : bcoe/release-please-action@v2.5.5
10
+ - uses : bcoe/release-please-action@v2
11
11
id : release
12
12
with :
13
13
token : ${{ secrets.GITHUB_TOKEN }}
14
- release-type : node
15
- package-name : y18n
16
- - uses : actions/checkout@v2
17
- - uses : actions/setup-node@v1
18
- with :
19
- node-version : 14
20
- - run : npm install
21
- - run : npm run compile
22
- - name : push Deno release
23
- run : |
24
- git config user.name github-actions[bot]
25
- git config user.email 41898282+github-actions[bot]@users.noreply.github.com
26
- git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/yargs/y18n.git"
27
- git checkout -b deno
28
- git add -f build
29
- git commit -a -m 'chore: ${{ steps.release.outputs.tag_name }} release'
30
- git push origin +deno
31
- git tag -a ${{ steps.release.outputs.tag_name }}-deno -m 'chore: ${{ steps.release.outputs.tag_name }} release'
32
- git push origin ${{ steps.release.outputs.tag_name }}-deno
33
- if : ${{ steps.release.outputs.release_created }}
34
- - uses : actions/setup-node@v1
35
- with :
36
- node-version : 14
37
- registry-url : ' https://external-dot-oss-automation.appspot.com/'
38
- if : ${{ steps.release.outputs.release_created }}
39
- - run : npm install
40
- if : ${{ steps.release.outputs.release_created }}
41
- - run : npm publish
42
- env :
43
- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
44
- if : ${{ steps.release.outputs.release_created }}
14
+ command : manifest
Original file line number Diff line number Diff line change
1
+ {
2
+ "." : " 4.0.1" ,
3
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " y18n" ,
3
- "version" : " 5 .0.4 " ,
3
+ "version" : " 4 .0.1 " ,
4
4
"description" : " the bare-bones internationalization library used by yargs" ,
5
5
"exports" : {
6
6
"." : [
Original file line number Diff line number Diff line change
1
+ {
2
+ "bootstrap-sha" : " a9ac604abf756dec9687be3843e2c93bfe581f25" ,
3
+ "packages" : {
4
+ "." : {
5
+ "release-type" : " node"
6
+ }
7
+ }
8
+ }
You can’t perform that action at this time.
0 commit comments