From 9bc956b738b9a60c2c2b19549ea05595f0412cee Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 17 Aug 2020 15:06:35 +0000 Subject: [PATCH] Specify the plugin module for the kpz builder action --- .github/workflows/main.yml | 1 + CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 362b06e..efde677 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 26abfd5..8a3fd6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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