-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate release process #490
Conversation
vinicius73
commented
May 2, 2022
•
edited
Loading
edited
- NPM and GPR Publish action
- github-pages doc action
- prevent node14 test failure
- Bump version to 3.0.0
66382a3
to
78a3391
Compare
Signed-off-by: Vinicius Reis <[email protected]>
Signed-off-by: Vinicius Reis <[email protected]>
Signed-off-by: Vinicius Reis <[email protected]>
Signed-off-by: Vinicius Reis <[email protected]>
Signed-off-by: Vinicius Reis <[email protected]>
Signed-off-by: Vinicius Reis <[email protected]>
Signed-off-by: Vinicius Reis <[email protected]>
add development instructions Signed-off-by: Vinicius Reis <[email protected]>
Signed-off-by: Vinicius Reis <[email protected]>
Signed-off-by: Vinicius Reis <[email protected]>
Signed-off-by: Vinicius Reis <[email protected]>
78a3391
to
cd0230c
Compare
Signed-off-by: Vinicius Reis <[email protected]>
20616c8
to
80dbb38
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs some adjustments after 6f0429d but otherwise LGTM 👍
.github/workflows/node-test.yml
Outdated
@@ -19,6 +19,9 @@ jobs: | |||
with: | |||
node-version: ${{ matrix.node }} | |||
cache: 'npm' | |||
- name: setup npm@^7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be dropped, we are using Node 16 now as a default: 6f0429d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed, but the PR's checks asks for Test Node v14
Signed-off-by: Vinicius Reis <[email protected]>