You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This action uses [commitlint](https://github.com/conventional-changelog/commitlint#readme) with the [config-conventional configuration][1] to ensure merge commits meet the conventional commit [spec][0].
@@ -97,6 +108,15 @@ git commit
97
108
98
109
> Be sure to commit and push all changed files in `./dist` to see your changes to the action execute.
99
110
111
+
### Release
112
+
113
+
From the up-to-date `main` branch:
114
+
115
+
```sh
116
+
npm run release
117
+
git push --follow-tags
118
+
```
119
+
100
120
## FAQ
101
121
102
122
**_1. Why is my commit required to conform with the [spec][0]?_**
0 commit comments