Skip to content

Commit

Permalink
fix: delete style.css again 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoo committed Jun 20, 2023
1 parent 9218e21 commit 6cbe462
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
3 changes: 1 addition & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
{
// build script is run before semantic-release, so the version in *.css files
// have to be updated explicitly
files: [ 'src/scss/_theme-description.scss', 'style.css', 'functions.php' ],
files: [ 'src/scss/_theme-description.scss', 'functions.php' ],
callback: 'npm run release:archive',
},
],
Expand All @@ -26,7 +26,6 @@ module.exports = {
'package-lock.json',
'CHANGELOG.md',
'src/scss/_theme-description.scss',
'style.css',
'functions.php',
],
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
Expand Down
16 changes: 0 additions & 16 deletions style.css

This file was deleted.

0 comments on commit 6cbe462

Please sign in to comment.