Skip to content

Commit 7bdf949

Browse files
committed
Prepare 0.7.2 release
1 parent 48cf6a9 commit 7bdf949

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

yang-lsp/gradle/versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = '0.7.2-SNAPSHOT'
1+
version = '0.7.2'
22

33
ext.versions = [
44
xtext: '2.26.0',

yang-lsp/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Steps to follow
22

33
- Create local branch e.g. `release-0.5.0`
4-
- Update the version to `version = '0.5.0'` in `yang-lsp/gradle/versions.gradle` and commit
4+
- Update the version to `version = '0.5.0'` in `yang-lsp/gradle/versions.gradle` and __commit!!!__
55
- Create a tag named `v0.5.0` and push tags to remote
66
- Go to [Releases](https://github.com/theia-ide/yang-lsp/releases) GitHub page and initiate a new release by clicking __Draft a new release__
77
- Select `v0.5.0` tag from the __Choose a tag__ dropdown, fill out the form and click __Publish release__

0 commit comments

Comments
 (0)