We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98694cb + 08af548 commit 007c91dCopy full SHA for 007c91d
README.md
@@ -13,3 +13,10 @@ Run `./scripts/setup.sh` to install dependencies for this project.
13
### Generating the emojibase.json
14
15
Run `./scripts/generateJson.sh` to generate the emojibase.json assets
16
+
17
+## Releasing
18
19
+Use "[Run workflow](https://github.com/matrix-org/emojibase-bindings/actions/workflows/release.yaml)".
20
+Refer to [SemVer](https://semver.org/) for versioning semantics.
21
+This workflow will bump the version, publish to NPM/Maven and create a GitHub release.
22
+The Swift consumer uses [SwiftPM](./Package.swift) and can target the latest released version.
0 commit comments