Skip to content

Commit

Permalink
Switch to next 0.7.6-SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuebner committed Jan 15, 2024
1 parent 77bd34b commit 53c26cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yang-lsp/gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '0.7.5-SNAPSHOT'
version = '0.7.6-SNAPSHOT'

ext.versions = [
xtext: '2.26.0',
Expand Down
3 changes: 2 additions & 1 deletion yang-lsp/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
- After a successful build copy build artifacts `language-server_0.5.0.zip` and `yang-language-server_diagram-extension_0.5.0.zip` to the release assets. You can edit an existing release by clicking the __Edit__ icon and upload files using drag and drop.
- Go to [OSS Staging Repository](https://oss.sonatype.org/#stagingRepositories) and __Close__ -> __Release__ the staging yang repositories
- Check the released version inside the [maven repo](https://repo1.maven.org/maven2/io/typefox/yang/)
- Check if dependent projects (yang-vscode) need to be updated
- Check if dependent projects (yang-vscode) need to be updated
- Switch to master. Change gradle version to next snapshot e.g. 0.5.1-SNAPSHOT and commit.

0 comments on commit 53c26cc

Please sign in to comment.