Unverified Commit 38090dc7 authored by Elijah Semyonov's avatar Elijah Semyonov Committed by GitHub

Update RELEASE.md (#785)

* Update RELEASE.md

* Update skiko/RELEASE.md
Co-authored-by: 's avatardima.avdeev <dima.avdeev@jetbrains.com>

---------
Co-authored-by: 's avatardima.avdeev <dima.avdeev@jetbrains.com>
parent e35c9362
# Release processes
## Tagging
```bash
git tag -a v0.X.Y <commit hash> -m "Version 0.X.Y"
git push origin v0.X.Y
```
## Teamcity
Trigger a new deployment in [Publish release](https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Skija_Skiko_PublishRelease)
Trigger a new deployment in [Publish release](https://buildserver.labs.intellij.net/buildConfiguration/Skiko_PublishRelease)
build configuration.
1. Click "Deploy" button.
2. Specify the desired version in "Skiko Release Version" text field on the "Parameters" tab.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment