Skip to content

Commit

Permalink
Merge branch 'master' into release/0008
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 authored Dec 21, 2023
2 parents 31c7f9c + 9514f91 commit 607276c
Show file tree
Hide file tree
Showing 6 changed files with 468 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes
labels:
- breaking-change
- title: Features
labels:
- feature
- title: Enhancements
labels:
- enhancement
- title: Bug Fixes
labels:
- bug
- title: Other Changes
labels:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/label-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: breaking-change,enhancement,bug,documentation,ignore-for-release
one_of: breaking-change,enhancement,bug,documentation,ignore-for-release,dependencies
repo_token: ${{ secrets.GITHUB_TOKEN }}

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ This is the git repository for version 2+ of the PIC-SURE API.

## Pre-requisits

* Java 11
* Java 11
* Before contributing code, please set up our git hook:
`cp code-formatting/pre-commit.sh .git/hooks/pre-commit`

## Build
The build consists of the following top level maven modules:
Expand Down
Loading

0 comments on commit 607276c

Please sign in to comment.