Skip to content

Commit 5d1c4b4

Browse files
committed
github: preparing for release
1 parent f03f49d commit 5d1c4b4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/publish-release.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,13 @@ jobs:
5353
SIGN_KEY: ${{ secrets.SIGN_KEY }}
5454
SIGN_KEY_PASS: ${{ secrets.SIGN_KEY_PASS }}
5555

56-
- name: Publish JS package to npm
57-
run: |
58-
cd build/js/packages/zdl-kotlin
59-
npm publish
60-
env:
61-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
56+
# NPM publishing disabled - uncomment when ready
57+
# - name: Publish JS package to npm
58+
# run: |
59+
# cd build/js/packages/zdl-kotlin
60+
# npm publish
61+
# env:
62+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6263

6364
- name: Upload build artifacts
6465
uses: actions/upload-artifact@v4

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ After the tag is created, create a GitHub Release:
5555
This automatically triggers the **Publish Release to Maven Central and NPM** workflow, which:
5656
- Builds and tests the project
5757
- Publishes to Maven Central
58-
- Publishes to NPM registry as `@zenwave360/zdl`
58+
- ~~Publishes to NPM registry as `@zenwave360/zdl`~~ (currently disabled)
5959

6060
### 3. Snapshot Releases
6161

@@ -71,5 +71,5 @@ The following GitHub secrets must be configured for releases:
7171
- `CENTRAL_TOKEN` - Maven Central token
7272
- `SIGN_KEY` - GPG signing key
7373
- `SIGN_KEY_PASS` - GPG signing key password
74-
- `NPM_TOKEN` - NPM authentication token
74+
- ~~`NPM_TOKEN` - NPM authentication token~~ (not needed while NPM publishing is disabled)
7575

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11

2-
32
> **Work in Progress**: Migration to kotlin multiplatform from the original [zdl-jvm](https://github.com/ZenWave360/zdl-jvm) repository.
43
54
ZenWave Domain Model Language
65
=====================================
76

8-
[![Maven Central](https://img.shields.io/maven-central/v/io.zenwave360.sdk/zdl-kotlin.svg?label=Maven%20Central&logo=apachemaven)](https://search.maven.org/artifact/io.zenwave360.sdk/zdl-kotlin)
7+
[![Maven Central](https://img.shields.io/maven-central/v/io.zenwave360.dsl/dsl-kotlin.svg?label=Maven%20Central&logo=apachemaven)](https://search.maven.org/artifact/io.zenwave360.dsl/dsl-kotlin)
98
[![build](https://github.com/ZenWave360/zdl-kotlin/workflows/Verify%20Main%20and%20Publish%20Coverage/badge.svg)](https://github.com/ZenWave360/zdl-kotlin/actions/workflows/main.yml)
109
[![line coverage](https://raw.githubusercontent.com/ZenWave360/zdl-kotlin/badges/coverage.svg)](https://github.com/ZenWave360/zdl-kotlin/actions/workflows/main.yml)
1110
[![branch coverage](https://raw.githubusercontent.com/ZenWave360/zdl-kotlin/badges/branch-coverage.svg)](https://github.com/ZenWave360/zdl-kotlin/actions/workflows/main.yml)

0 commit comments

Comments
 (0)