Skip to content

Commit

Permalink
chore: #34 Automatically generate updated CHANGELOG.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMrYan committed Jul 4, 2024
1 parent 5b0b8a7 commit faf1a00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
git config --global user.email "crazymryan@gmail.com"
git config --global user.name "CrazyMrYan"
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
git add CHANGELOG.md
git commit -m "chore(release): update changelog"
git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/diskcloud/service.git plus/2.0.0
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"github-actions.workflows.pinned.workflows": [
".github/workflows/release.yml"
]
}

0 comments on commit faf1a00

Please sign in to comment.