We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46db075 commit 926bbbaCopy full SHA for 926bbba
scripts/README.md
@@ -44,6 +44,10 @@ pnpm release:changelog
44
--nextVersion Expected version of the next release (if not provided, __VERSION__ placeholders must be updated manually)
45
```
46
47
+> :warning: the script will add a separator string in form of a comment like this right after the highlights:
48
+> `<!--/ DO_NOT_REMOVE /-->`
49
+> This string needs to stay where it gets inserted for the automated discord announcement to work.
50
+
51
You can also provide the GitHub token by setting `process.env.GITHUB_TOKEN` variable.
52
53
In case of a problem, another method to generate the changelog is available at the end of this page.
0 commit comments