Skip to content

Commit

Permalink
fix: fix release script (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Jan 10, 2021
1 parent 8afbcfd commit 8cf00c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md"]
}
],
[
"@semantic-release/github",
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package=officelife-$version
mkdir -p $package/database
ln -s $ROOT/.env.example $package/
ln -s $ROOT/artisan $package/
ln -s $ROOT/CHANGELOG $package/
ln -s $ROOT/CHANGELOG.md $package/
ln -s $ROOT/composer.json $package/
ln -s $ROOT/composer.lock $package/
ln -s $ROOT/LICENSE $package/
Expand Down

0 comments on commit 8cf00c7

Please sign in to comment.