Skip to content

Commit 9960cd0

Browse files
committed
Update README.md
1 parent 049c18b commit 9960cd0

File tree

4 files changed

+7
-19
lines changed

4 files changed

+7
-19
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Release
22

33
on:
44
push:
5-
paths-ignore:
6-
- 'website/**'
7-
- '**/*.md'
5+
paths:
6+
- '**/src/**'
87
branches:
98
- master
109
workflow_dispatch:
@@ -101,6 +100,7 @@ jobs:
101100
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
102101
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
103102
strategy:
103+
fail-fast: false
104104
matrix:
105105
repository:
106106
- name: Github Packages

.github/workflows/resolve-version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
version:
1212
value: ${{ jobs.resolve.outputs.version }}
1313
snapshot:
14-
value: ${{ jobs.resolve.outputs.version }}
14+
value: ${{ jobs.resolve.outputs.snapshot }}
1515

1616
concurrency:
1717
cancel-in-progress: true
@@ -66,3 +66,4 @@ jobs:
6666
commit-message: '[ci skip] New SNAPSHOT - ${{ env.SNAPSHOT_VERSION }}'
6767
branch: ci/version/${{ env.SNAPSHOT_VERSION }}
6868
delete-branch: true
69+
base: master

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ implementation("org.reduxkotlin:redux-kotlin-thunk-jvm:_")
7676
[badge-windows]: http://img.shields.io/badge/platform-windows-informational.svg?style=flat
7777
[badge-mac]: http://img.shields.io/badge/platform-macos-lightgrey.svg?style=flat
7878
[badge-mac]: http://img.shields.io/badge/platform-macos-lightgrey.svg?style=flat
79+
[slack]: https://kotlinlang.slack.com/archives/C8A8G5F9Q

gradle/versions.properties

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,19 @@
66
####
77
#### suppress inspection "SpellCheckingInspection" for whole file
88
#### suppress inspection "UnusedProperty" for whole file
9-
109
#======================================= Plugins ========================================
1110
plugin.android=7.3.1
12-
1311
version.com.github.jakemarsden..git-hooks-gradle-plugin=0.0.2
14-
1512
version.io.github.gradle-nexus..publish-plugin=1.1.0
16-
1713
version.detekt=1.22.0
18-
1914
version.org.jetbrains.dokka..dokka-gradle-plugin=1.7.20
20-
2115
#====================================== Libraries =======================================
2216
version.androidx.test.espresso=3.4.0
23-
2417
version.androidx.test.rules=1.4.0
25-
2618
version.androidx.test.runner=1.4.0
27-
2819
version.kotlinx.serialization=1.3.3
29-
3020
version.kotlinx.coroutines=1.6.4
31-
3221
version.kotlin=1.8.0
33-
3422
version.org.jetbrains.kotlinx..atomicfu=0.19.0
35-
3623
version.org.jetbrains.kotlinx..atomicfu-gradle-plugin=0.19.0
37-
38-
version.org.reduxkotlin..redux-kotlin=0.6.0-SNAPSHOT
24+
version.org.reduxkotlin..redux-kotlin=0.6.0

0 commit comments

Comments
 (0)