Skip to content

Commit 0ab1b59

Browse files
Merge pull request #75 from Couchbase-Ecosystem/npm_publish
Npm publish
2 parents e0b74e1 + ae00832 commit 0ab1b59

File tree

4 files changed

+32
-6
lines changed

4 files changed

+32
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
## <small>0.6.3 (2025-10-13)</small>
4+
5+
* chore: configure release-it for automated releases ([36b9b27](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/36b9b27))
6+
* chore: configure release-it for PR-based workflow ([15d968c](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/15d968c))
7+
* chore: prepare for 0.6.2 release ([756667d](https://github.com/Couchbase-Ecosystem/cbl-reactnative/commit/756667d))
8+
9+
* chore: configure release-it for PR-based workflow (15d968c)
10+
* chore: configure release-it for automated releases (36b9b27)
11+
* chore: prepare for 0.6.2 release (756667d)
12+
13+
# Changelog
14+
15+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

expo-example/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,9 @@ temp/
6767

6868
# Expo generated
6969
# @generated expo-cl
70+
71+
# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
72+
# The following patterns were generated by expo-cli
73+
74+
expo-env.d.ts
75+
# @end expo-cli

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cbl-reactnative",
3-
"version": "0.6.1",
3+
"version": "0.6.3",
44
"description": "Couchbase Lite Enterprise for React Native",
55
"author": "Dev Experience/Ecosystem Team @ Couchbase",
66
"license": "Apache-2.0",
@@ -114,17 +114,22 @@
114114
"release-it": {
115115
"git": {
116116
"commitMessage": "chore: release ${version}",
117-
"tagName": "v${version}"
117+
"tagName": "v${version}",
118+
"push": false,
119+
"requireCleanWorkingDir": false
118120
},
119121
"npm": {
120122
"publish": true
121123
},
122124
"github": {
123-
"release": true
125+
"release": false
124126
},
125127
"plugins": {
126128
"@release-it/conventional-changelog": {
127-
"preset": "angular"
129+
"preset": {
130+
"name": "conventionalcommits"
131+
},
132+
"infile": "CHANGELOG.md"
128133
}
129134
}
130135
},

0 commit comments

Comments
 (0)