Skip to content

Commit

Permalink
Merge pull request #47 from zero88/release/1.0.20
Browse files Browse the repository at this point in the history
Release v1.0.20
  • Loading branch information
zero88 committed Mar 18, 2024
2 parents e54eaca + 5d68fba commit 9a10dda
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 13 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/ghcontext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,20 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1


- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
git_user_signingkey: true
git_commit_gpgsign: true
git_tag_gpgsign: false
git_push_gpgsign: false

- name: List keys
run: gpg -K

- id: context
uses: zero88/gh-project-context@main
with:
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [v1.0.20](https://github.com/zero88/gh-test/tree/v1.0.20) (2024-03-18)

[Full Changelog](https://github.com/zero88/gh-test/compare/v1.0.17...v1.0.20)

**Merged pull requests:**

- Bump docker/setup-qemu-action from 2 to 3 [\#46](https://github.com/zero88/gh-test/pull/46) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump crazy-max/ghaction-docker-meta from 4 to 5 [\#45](https://github.com/zero88/gh-test/pull/45) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump docker/setup-buildx-action from 2 to 3 [\#44](https://github.com/zero88/gh-test/pull/44) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump docker/build-push-action from 4 to 5 [\#43](https://github.com/zero88/gh-test/pull/43) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump actions/checkout from 3 to 4 [\#42](https://github.com/zero88/gh-test/pull/42) ([dependabot[bot]](https://github.com/apps/dependabot))
- Apply hotfix v1.0.17 patch [\#41](https://github.com/zero88/gh-test/pull/41) ([github-actions[bot]](https://github.com/apps/github-actions))
- Bump docker/setup-qemu-action from 1 to 2 [\#40](https://github.com/zero88/gh-test/pull/40) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump crazy-max/ghaction-docker-meta from 2 to 4 [\#39](https://github.com/zero88/gh-test/pull/39) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v1.0.17](https://github.com/zero88/gh-test/tree/v1.0.17) (2023-07-05)

[Full Changelog](https://github.com/zero88/gh-test/compare/v1.0.18...v1.0.17)

## [v1.0.18](https://github.com/zero88/gh-test/tree/v1.0.18) (2023-07-01)

[Full Changelog](https://github.com/zero88/gh-test/compare/v1.0.16...v1.0.18)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GH-Test

v1.0.17
v1.0.20

## Test message

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.19
1.0.20
2 changes: 1 addition & 1 deletion application.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
project:
name: test-yaml
version: 1.0.19
version: 1.0.20
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=test-props
version=1.0.19
version=1.0.20
semantic=-SNAPSHOT
2 changes: 1 addition & 1 deletion maven.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=test-props
version=1.0.19
version=1.0.20
semantic=-SNAPSHOT
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-json",
"version": "1.0.19",
"version": "1.0.20",
"dependencies": {
"version": "2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion pom.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=test-props
version=1.0.19
version=1.0.20
semantic=-SNAPSHOT
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=test-props
version=1.0.19
version=1.0.20
semantic=-SNAPSHOT
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tool.poetry]
name = "test-toml"
version = "1.0.19"
version = "1.0.20"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.19
1.0.20
2 changes: 1 addition & 1 deletion version.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
project:
name: test-yaml
version: 1.0.19
version: 1.0.20

0 comments on commit 9a10dda

Please sign in to comment.