Skip to content

Commit

Permalink
Specify the plugin module for the kpz builder action
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Aug 17, 2020
1 parent 5473285 commit 9bc956b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
release-version: ${{ steps.semvers.outputs.v_patch }}
release-name: ${{ steps.myvars.outputs.GITHUB_REPO }}
minimum-version: ${{ steps.koha-version-oldstable.outputs.version-major-minor }}
plugin-module: "Koha/Plugin/Com/ByWaterSolutions/CurbsidePickup.pm"

- name: See if kpz was created
run: |
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.8] - 2020-08-17
## Added
- Specify the plugin module for the GitHub Action that builds the kpz file

## [1.0.7] - 2020-08-17
## Added
- Added documentation for CURBSIDE notice
Expand Down

0 comments on commit 9bc956b

Please sign in to comment.