mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Remove VERSION file in favour of version entry in `package.json`. Parse this version in our build server scripts. This commit also introduces `standard-version` which we can use to generate our `CHANGELOG.md` with `yarn run release`. close #1831
8 lines
99 B
JSON
8 lines
99 B
JSON
{
|
|
"bumpFiles": [
|
|
"package.json",
|
|
"backend/package.json",
|
|
"webapp/package.json"
|
|
]
|
|
}
|