Skip to content

Commit fbf038b

Browse files
authored
Merge pull request #239 from lisa-analyzer/beta7-roundup
Beta7 roundup
2 parents e2678de + c0b4474 commit fbf038b

File tree

3 files changed

+4
-27
lines changed

3 files changed

+4
-27
lines changed

.github/workflows/gradle-master.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -78,27 +78,4 @@ jobs:
7878
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
7979
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81-
run: cd lisa && ./gradlew -Pversion=${{ steps.gitinfo.outputs.nextver }}-SNAPSHOT publishAllPublicationsToGitHubPackagesRepository
82-
- name: Delete old latest tag
83-
uses: dev-drprasad/[email protected]
84-
with:
85-
tag_name: latest
86-
env:
87-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88-
- name: Create snapshot release
89-
uses: viperproject/create-nightly-release@v1
90-
env:
91-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92-
with:
93-
tag_name: latest
94-
release_name: "Latest snapshot relese: ${{ steps.gitinfo.outputs.nextver }}-SNAPSHOT"
95-
body: |
96-
Latest snapshot relese: ${{ steps.gitinfo.outputs.nextver }}-SNAPSHOT.
97-
This release is not stable: its contents will be replaced at each push on branch `master`.
98-
No older copies of the snapshots will be kept in GitHub Packages.
99-
100-
Contents (commits since ${{ steps.gitinfo.outputs.currentver }}):
101-
${{ env.CHANGELOG }}
102-
keep_num: 0
103-
keep_tags: false
104-
81+
run: cd lisa && ./gradlew -Pversion=${{ steps.gitinfo.outputs.nextver }}-SNAPSHOT publishAllPublicationsToGitHubPackagesRepository

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ External contributions are always welcome! Check out our [contributing guideline
2626

2727
## Releases
2828

29-
Head to the [project's website](https://lisa-analyzer.github.io/releases/) for the full list of releases.
29+
Head to the [Releases](https://github.com/lisa-analyzer/lisa/releases) page for the full list of releases.
3030

3131
### Snapshots
3232

33-
The snapshot of the last commit of the `master` branch is always available on [GitHub Packages](https://github.com/orgs/lisa-analyzer/packages?repo_name=lisa) (you can find the updated milestone [here](https://github.com/lisa-analyzer/lisa/releases/tag/latest)).
33+
The snapshot of the last commit of the `master` branch is always available on [GitHub Packages](https://github.com/orgs/lisa-analyzer/packages?repo_name=lisa). Be aware that you will need a personal access token to use packages as server for resolving dependencies. You can refer to the official GitHub guide for [Maven](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#authenticating-to-github-packages) or [Gradle](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#authenticating-to-github-packages) for more information.

lisa/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# project properties
22
group = 'it.unive'
3-
version = 0.1b6
3+
version = 0.1b7
44

55
# gradle build properties
66
org.gradle.caching=true

0 commit comments

Comments
 (0)