Skip to content

Commit

Permalink
Setup Repo for release v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason-Lam committed Nov 27, 2023
1 parent f18cea4 commit b33aa7a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 11 deletions.
17 changes: 16 additions & 1 deletion .github/workflows/gradleCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,19 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Generated Files
path: ./build/libs/*
path: ./build/libs/*

generateJSON:
needs: build

runs-on: ubuntu-latest

steps:
- name: Generate 3128-common.json
run: './gradlew vendorJSON'

- name: Commit 3128-common.json
uses: EndBug/[email protected]
with:
add: './3128-common.json'
message: 'Automated - Update 3128-common.json for release'
16 changes: 8 additions & 8 deletions .github/workflows/gradleRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ jobs:
java-version: 11
cache: gradle

- name: Generate 3128-common.json
run: './gradlew vendorJSON'

- name: Commit 3128-common.json
uses: EndBug/[email protected]
with:
add: './3128-common.json'
message: 'Automated - Update 3128-common.json for release'
# - name: Generate 3128-common.json
# run: './gradlew vendorJSON'

# - name: Commit 3128-common.json
# uses: EndBug/[email protected]
# with:
# add: './3128-common.json'
# message: 'Automated - Update 3128-common.json for release'

- name: Upload 3128-common.json to Release
id: upload-release-asset
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LibraryVersion=0.0.6
LibraryVersion=0.0.7
archivesGroup = com.github.Team3128
archivesBaseName = 3128-common
jsonFileName = 3128-common.json
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
<body>
<h1>FRC Team 3128 Robot Control Program Utility Library</h1>
<p>Provides utility classes and functions for FRC robot control programs.</p>
<p>Version 0.0.6 (September 18 2023)</p>
<p>Version 0.0.7 (September 18 2023)</p>
</body>

0 comments on commit b33aa7a

Please sign in to comment.