Skip to content

Commit

Permalink
fix(release): use github relase attachments instead of git repo checkins
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Sep 18, 2024
1 parent b2cbaf6 commit 6fcee18
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coverage
.nyc_output/
node_modules/
junit
dist/*.js
dist
tmp
logs
.DS_Store
Expand Down
2 changes: 0 additions & 2 deletions .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ module.exports = {
"assets": [
"package.json",
"CHANGELOG.md",
'dist/rum-standalone.md5',
'dist/rum-standalone-404.md5'
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
Expand Down
1 change: 0 additions & 1 deletion dist/rum-standalone-404.md5

This file was deleted.

1 change: 0 additions & 1 deletion dist/rum-standalone.md5

This file was deleted.

0 comments on commit 6fcee18

Please sign in to comment.