Skip to content

Commit

Permalink
ci: add commitizen and set version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromy-cannon committed Jun 21, 2023
1 parent 9ea0598 commit 5a966c8
Show file tree
Hide file tree
Showing 27 changed files with 30 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flow-deploy-release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# TODO remove before merge
# RELEASE_VERSION="$(semver get release "${{ github.ref_name }}")"
# PRERELEASE_VERSION="$(semver get prerel "${{ github.ref_name }}")"
RELEASE_VERSION=0.0.1
RELEASE_VERSION=0.2.0
PRERELEASE_VERSION=""
FINAL_VERSION="${RELEASE_VERSION}"
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/zxc-release-maven-central.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,7 @@ jobs:
fi
- name: Install Commitizen Tools
run: |
if ! command -v cz >/dev/null 2>&1; then
echo "::group::Installing Commitizen Tools"
sudo pip3 install -U commitizen
echo "::endgroup::"
fi
run: sudo pip3 install -U commitizen

- name: Import GPG key
id: gpg_key
Expand Down Expand Up @@ -131,6 +126,9 @@ jobs:
gradle-version: ${{ inputs.gradle-version }}
arguments: "versionAsSpecified --scan -PnewVersion=${{ inputs.new-version }}"

- name: Create Release Notes
run: cz changelog --dry-run "$(cz version --project)" > RELEASE_NOTES.md


- name: Version Report
uses: gradle/gradle-build-action@v2
Expand Down
2 changes: 1 addition & 1 deletion fullstack-alerting-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-alerting-core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-assert4j-extensions/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-base-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-classloader-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-classloader-core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-configuration-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-configuration-core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-datasource-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-datasource-core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-examples/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-helm-client/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-infrastructure-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-infrastructure-core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-junit-support/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-monitoring-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-monitoring-core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-reporting-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-reporting-core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-resource-generator-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-resource-generator-core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-test-toolkit-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-validator-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion fullstack-validator-core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.1.0-SNAPSHOT
version=0.1.0

0 comments on commit 5a966c8

Please sign in to comment.