Skip to content

Commit 7167f67

Browse files
committed
Introduces automated GH actions build and plugin release automation
This switches the plugin to similar build+release process as other plugins, via GitHub Actions. - Uses gocd-plugin-gradle-task-helpers to generate plugin metadata - Automatically generates changelogs - Automatically bumps versions by including a build/commit number - Minor bumps to libraries - Removes need for commons-io to reduce plugin size
1 parent 1b6023a commit 7167f67

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+428
-804
lines changed

.build/docker-ops

-147
This file was deleted.

.build/releaser

-234
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
2-
If you are submitting a new feature then please do a **minor version bump** by
3-
```
4-
./tasks.sh set_version 0.X.0
5-
```
6-
7-
If you are submitting a fix, then do not change any versions as patch bump is made right after each release.
8-
91
PR should contain:
102
- tests of new/changed behavior
113
- documentation if adding new feature

0 commit comments

Comments
 (0)