Skip to content

Commit e85b065

Browse files
skwid138cig-bot
authored andcommitted
feat: add new action for GCR upload no GKE deploy (#37)
* feat: add new action for GCR upload no GKE deploy * chore: update composer lock * chore: update composer lock Committed via a GitHub action: https://github.com/itcig/itcig/actions/runs/4234617443
1 parent 81abb87 commit e85b065

File tree

4 files changed

+115
-79
lines changed

4 files changed

+115
-79
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.0](https://github.com/itcig/itcig/compare/@itcig/[email protected]...@itcig/[email protected]) (2023-02-21)
7+
8+
9+
### Features
10+
11+
* add new action for GCR upload no GKE deploy ([#37](https://github.com/itcig/itcig/issues/37)) ([3d8f2b4](https://github.com/itcig/itcig/commit/3d8f2b4279279986ed8b143efaa42ff849be1f20))
12+
13+
14+
615
## [0.4.0](https://github.com/itcig/itcig/compare/@itcig/[email protected]...@itcig/[email protected]) (2022-04-06)
716

817

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "itcig/php-coding-standards",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"type": "phpcodesniffer-standard",
55
"description": "PHP_CodeSniffer rules (sniffs) to enforce CIG coding conventions",
66
"keywords": [
@@ -55,7 +55,7 @@
5555
},
5656
"extra": {
5757
"branch-alias": {
58-
"dev-main": "0.4.x-dev"
58+
"dev-main": "0.5.x-dev"
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)