Skip to content

Commit

Permalink
added release template
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Oct 14, 2023
1 parent a5b82ed commit 9c49a08
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 23 deletions.
27 changes: 4 additions & 23 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,31 +43,12 @@ jobs:
increment: patch

- name: Release
id: release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
files: ./target/myrobotlab.zip
name: "${{ steps.version.outputs.version }} Nixie"
tag_name: ${{ steps.version.outputs.version }}

# - name: Create Release
# id: create_release
# uses: actions/create-release@v1
# env:
# # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} default expires
# GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
# with:
# tag_name: ${{ steps.version.outputs.version }}
# release_name: Release ${{ steps.version.outputs.version }}
# draft: false
# prerelease: false

# - name: Upload Release Artifacts
# uses: actions/upload-release-asset@v1
# env:
# # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} default expires
# GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ./target/myrobotlab.zip
# asset_name: myrobotlab.zip
# asset_content_type: application/zip
generate_release_notes: true
body_path:
16 changes: 16 additions & 0 deletions release-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## MyRobotLab Nixie Release

Open Source Framework for Robotics and Creative Machine Control

*You know, for robots!*


* Project Website http://myrobotlab.org

* Project Discord https://discord.gg/AfScp5x8r5

* [JavDocs](https://build.myrobotlab.org:8443/job/myrobotlab/job/develop/$build/artifact/target/site/apidocs/org/myrobotlab/service/package-summary.html)

## Base Requirements

You will need Java 11 or newer. If you are only running MyRobotLab you need the JRE (Java Runtime Environment.) If you are going to be building from source, you'll need the JDK (Java Development Kit) Oracle or OpenJDK will work.

0 comments on commit 9c49a08

Please sign in to comment.