mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Remove .github_changelog_generator, modify npm script
- remove the git add CHANGELOG.md
This commit is contained in:
parent
6f4517b0e9
commit
67b0107b82
@ -1,2 +0,0 @@
|
||||
since-tag=0.1.7
|
||||
release-branch=master
|
||||
@ -17,7 +17,7 @@
|
||||
"cypress:run": "cypress run --browser chromium",
|
||||
"cypress:open": "cypress open --browser chromium",
|
||||
"test:jest": "cd webapp && yarn test && cd ../backend && yarn test:jest && codecov",
|
||||
"version": "auto-changelog -p && git add CHANGELOG.md"
|
||||
"version": "auto-changelog -p"
|
||||
},
|
||||
"devDependencies": {
|
||||
"auto-changelog": "^1.16.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user