Skip to content

Commit 38ae149

Browse files
committed
feat: 0.0.5 - Features and bug fix
1 parent 5c19f7b commit 38ae149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eb-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
npx lerna version ${{ steps.version.outputs.version }} --no-git-tag-version --force-publish --yes
5858
npm run build
5959
git add .
60-
git commit -m "Lerna build ${{ steps.version.outputs.version }}"
60+
git commit -m "feat: Version ${{ steps.version.outputs.version }} Build"
6161
npx lerna publish from-package --yes
6262
npm run init:dev-package -- ${{ steps.version.outputs.version }}
6363
git add .
64-
git commit -m "Lerna publish ${{ steps.version.outputs.version }}"
64+
git commit -m "feat: Version ${{ steps.version.outputs.version }} Publish"
6565
git push origin master
6666
6767
# - name: Pages # github pages

0 commit comments

Comments
 (0)