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: remove release git step #811

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ function getProdConfiguration() {
prepareCmd: 'make update_npmversion VERSION=${nextRelease.version}',
},
],
// make repo tags that match the package.json version
[
'@semantic-release/git',
{
message:
// default + [skip ci] added to commit message
'chore: ${nextRelease.version} [skip ci]\n\n<%= nextRelease.notes %>',
},
],
'@semantic-release/github',
],
};
Expand Down Expand Up @@ -80,14 +71,6 @@ function getTestConfiguration() {
prepareCmd: 'make update_npmversion VERSION=${nextRelease.version}',
},
],
// make repo tags that match the package.json version
[
'@semantic-release/git',
{
message:
'chore: release: ${nextRelease.version} [skip ci]\n\n<%= nextRelease.notes %>',
},
],
// ["@semantic-release/github", {
// "verifyConditions": false,
// "publish": false,
Expand Down
Empty file modified Makefile
100644 → 100755
Empty file.