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 7667511 commit f046fb6Copy full SHA for f046fb6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@react-native-community/hooks",
3
- "version": "1.0.0",
+ "version": "2.0.1",
4
"description": "",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
release.config.js
@@ -1,4 +1,5 @@
module.exports = {
+ tagFormat: '${version}',
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
0 commit comments