Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish @screeb/sdk-angular
on:
push:
tags:
- 'sdk-angular/v*'
- '@screeb/sdk-angular@*'

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish @screeb/sdk-browser
on:
push:
tags:
- 'sdk-browser/v*'
- '@screeb/sdk-browser@*'

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish @screeb/sdk-react
on:
push:
tags:
- 'sdk-react/v*'
- '@screeb/sdk-react@*'

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-reactnative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish @screeb/react-native
on:
push:
tags:
- 'sdk-reactnative/v*'
- '@screeb/react-native@*'

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish @screeb/sdk-vue
on:
push:
tags:
- 'sdk-vue/v*'
- '@screeb/sdk-vue@*'

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Each package is released independently. Releases are triggered by pushing a git

```bash
# JS packages — use Lerna
npx lerna version --scope=@screeb/sdk-browser
npm run version

# Flutter
# 1. Bump version in packages/sdk-flutter/pubspec.yaml
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"lint:commit": "commitlint --verbose --edit",
"lint:fix": "lerna run --parallel lint -- --fix",
"prepare": "npm run build && husky install",
"publish": "npm run version && lerna publish --no-private",
"start": "lerna run start",
"test": "lerna run --parallel test",
"upgrade:all": "npm-upgrade && lerna exec --concurrency 1 npm-upgrade",
Expand Down
Loading