Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eygraber/cmp-library-template
https://github.com/eygraber/cmp-library-template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eygraber/cmp-library-template
- Owner: eygraber
- License: mit
- Created: 2024-01-07T20:27:43.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T19:15:19.000Z (2 months ago)
- Last Synced: 2024-10-26T00:46:04.007Z (2 months ago)
- Language: Kotlin
- Size: 271 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog_config.json
- License: LICENSE
Awesome Lists containing this project
README
# Todo
1. Update `.github/workflows/publish_release.yml` to use the correct maven name in `prepare_next_dev`
2. Add repository secrets
- ARTIFACT_SIGNING_PRIVATE_KEY
- GIT_SIGNING_PRIVATE_KEY
- GIT_SIGNING_PRIVATE_KEY_PASSWORD
- PUSH_PAT
- SONATYPE_NEXUS_PASSWORD
- SONATYPE_NEXUS_USERNAME
3. Remove unused entries from `gradle/libs.versions.toml`
4. Add labels to GitHub repo from `changelog_config.json`
5. Update POM properties in `gradle.properties`
6. Update POM properties in `template-module/gradle.properties`
7. Update `android.namespace` in `template-module/build.gradle.kts`
8. Remove `.template` in `template-module/srm/commonMain/kotlin/com/eygraber`
9. Update `rootProject.name` in `settings.gradle.kts`
10. Update `template-module` name in `settings.gradle.kts`
11. Remove `if` condition from `.github/workflows/publish_snapshot_release.yml`