Skip to content

Commit 698923c

Browse files
authored
Merge pull request #19 from JairajJangle/develop
Develop
2 parents fc6927f + d2b719f commit 698923c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66
pull_request:
77
branches:
8-
- main
8+
- master
99

1010
jobs:
1111
lint:
@@ -80,7 +80,7 @@ jobs:
8080
issues: write # To comment on released issues
8181
pull-requests: write # To comment on released pull requests
8282
id-token: write # To enable use of OIDC for npm provenance
83-
if: github.ref == 'refs/heads/main'
83+
if: github.ref == 'refs/heads/master'
8484
steps:
8585
- name: Checkout
8686
uses: actions/checkout@v4

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@
3939
"type": "git",
4040
"url": "git+https://github.com/JairajJangle/react-native-session-storage.git"
4141
},
42-
"author": "Jairaj Jangle <jairaj.jangle@gmail.com> (https://github.com/JairajJangle)",
42+
"author": "Jairaj Jangle <reachout.jairaj.jangle@gmail.com> (https://github.com/JairajJangle)",
4343
"license": "MIT",
4444
"bugs": {
45-
"url": "https://github.com/JairajJangle/react-native-session-storage/issues"
45+
"url": "https://github.com/JairajJangle/react-native-session-storage/issues",
46+
"email": "reachout.jairaj.jangle@gmail.com"
4647
},
4748
"homepage": "https://github.com/JairajJangle/react-native-session-storage#readme",
4849
"publishConfig": {

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
branches: [
3-
"main",
3+
"master",
44
{
55
name: "beta",
66
prerelease: true // Marks this as a prerelease channel

0 commit comments

Comments
 (0)