Skip to content

Commit

Permalink
Updated repository organization
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuebner committed Jul 14, 2023
1 parent 3b3bedd commit 7274449
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: ./gradlew --no-daemon build copyDist
working-directory: yang-lsp
- name: Gradle Publish Snapshots
if: env.HAVE_SNAPSHOT == 1 && github.repository == 'theia-ide/yang-lsp' && github.ref == 'refs/heads/master'
if: env.HAVE_SNAPSHOT == 1 && github.repository == 'TypeFox/yang-lsp' && github.ref == 'refs/heads/master'
run: ./gradlew --no-daemon publish
working-directory: yang-lsp
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: ./gradlew --no-daemon build copyDist
working-directory: yang-lsp
- name: Gradle Publish Release Artifacts
if: env.HAVE_SNAPSHOT == 0 && github.repository == 'theia-ide/yang-lsp'
if: env.HAVE_SNAPSHOT == 0 && github.repository == 'TypeFox/yang-lsp'
run: ./gradlew --no-daemon publish
working-directory: yang-lsp
env:
Expand Down
8 changes: 4 additions & 4 deletions yang-lsp/gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ publishing {
description = project.description
}
}
url = 'https://github.com/theia-ide/yang-lsp'
url = 'https://github.com/TypeFox/yang-lsp'
scm {
connection = 'scm:git:[email protected]:theia-ide/yang-lsp.git'
developerConnection = 'scm:git:[email protected]:theia-ide/yang-lsp.git'
url = '[email protected]:theia-ide/yang-lsp.git'
connection = 'scm:git:[email protected]:TypeFox/yang-lsp.git'
developerConnection = 'scm:git:[email protected]:TypeFox/yang-lsp.git'
url = '[email protected]:TypeFox/yang-lsp.git'
}
licenses {
license {
Expand Down
4 changes: 2 additions & 2 deletions yang-lsp/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
- Create local branch e.g. `release-0.5.0`
- Update the version to `version = '0.5.0'` in `yang-lsp/gradle/versions.gradle` and commit
- Create a tag named `v0.5.0` and push tags to remote
- Go to [Releases](https://github.com/theia-ide/yang-lsp/releases) GitHub page and initiate a new release by clicking __Draft a new release__
- Go to [Releases](https://github.com/TypeFox/yang-lsp/releases) GitHub page and initiate a new release by clicking __Draft a new release__
- Select `v0.5.0` tag from the __Choose a tag__ dropdown, fill out the form and click __Publish release__
- A [Release](https://github.com/theia-ide/yang-lsp/actions/workflows/release.yml) GH Action will start building and publishing the maven artifacts to the OSS staging repository
- A [Release](https://github.com/TypeFox/yang-lsp/actions/workflows/release.yml) GH Action will start building and publishing the maven artifacts to the OSS staging repository
- 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.
- Finally 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/)

0 comments on commit 7274449

Please sign in to comment.