Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
chore(release): update version in podspec file as well
Browse files Browse the repository at this point in the history
  • Loading branch information
patlux committed Feb 6, 2021
1 parent bb92f3c commit cdd0240
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
15 changes: 15 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"semantic-release-plugin-update-version-in-files",
{
"files": ["RNBluetoothStateManager.podspec"],
"placeholder": "0.0.0-development"
}
]
]
}
2 changes: 1 addition & 1 deletion RNBluetoothStateManager.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "RNBluetoothStateManager"
s.version = "1.1.0"
s.version = "0.0.0-development"
s.summary = "RNBluetoothStateManager"
s.description = <<-DESC
RNBluetoothStateManager
Expand Down
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"validate": "npm-run-all --parallel check-format lint",
"semantic-release": "semantic-release"
},
"dependencies": {},
"devDependencies": {
"@patwoz/prettier-config": "1.1.0",
"@react-native-community/eslint-config": "0.0.5",
Expand All @@ -26,7 +25,8 @@
"lint-staged": "9.5.0",
"npm-run-all": "4.1.5",
"prettier": "1.19.1",
"semantic-release": "17.2.3"
"semantic-release": "17.2.3",
"semantic-release-plugin-update-version-in-files": "1.1.0"
},
"peerDependencies": {
"prop-types": "*",
Expand Down

0 comments on commit cdd0240

Please sign in to comment.