Skip to content
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

chore: fix CI release process #269

Merged
merged 2 commits into from Sep 22, 2021
Merged

chore: fix CI release process #269

merged 2 commits into from Sep 22, 2021

Conversation

darora
Copy link
Contributor

@darora darora commented Sep 22, 2021

  • update to node16 from 12 (semantic-release now requires at least node14)
  • disable commenting on PRs/issues included in the release (semantic release seems to be running into some github API issue)

Could pin to the last major release of semantic release to avoid bumping node versions for a little while.

.releaserc.json Outdated
Comment on lines 19 to 22
successComment: false,
releasedLabels: false,
failTitle: false,
addReleases: false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Invalid JSON? Should be quoted

@soedirgo
Copy link
Member

soedirgo commented Sep 22, 2021

How about using Node 14? Since we're using that across the board and 16 isn't LTS.

Could pin to the last major release of semantic release to avoid bumping node versions for a little while.

+1, can be pinned to 18

@darora
Copy link
Contributor Author

darora commented Sep 22, 2021

done, untested though since in my other repos I've used node16. Works in theory

@w3b6x9 w3b6x9 merged commit 14cd3e4 into master Sep 22, 2021
@w3b6x9 w3b6x9 deleted the da/fix-release-process branch September 22, 2021 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants