Skip to content

Commit

Permalink
Merge pull request #32 from wayofdev/feat/php-8-3
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Apr 6, 2024
2 parents 4c0619b + fe3613c commit 65ac771
Show file tree
Hide file tree
Showing 24 changed files with 639 additions and 154 deletions.
78 changes: 78 additions & 0 deletions .github/.release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"include-component-in-tag": false,
"packages": {
".": {
"package-name": "docker-php-dev",
"changelog-path": "/CHANGELOG.md"
}
},
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "perf",
"section": "Performance Improvements",
"hidden": false
},
{
"type": "docs",
"section": "Documentation",
"hidden": false
},
{
"type": "deps",
"section": "Dependencies",
"hidden": false
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": false
},
{
"type": "test",
"section": "Tests",
"hidden": false
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": false
},
{
"type": "chore",
"section": "Miscellaneous",
"hidden": true
},
{
"type": "revert",
"section": "Reverts",
"hidden": true
},
{
"type": "build",
"section": "Build System",
"hidden": true
},
{
"type": "security",
"section": "Security",
"hidden": true
},
{
"type": "style",
"section": "Styles",
"hidden": true
}
]
}
3 changes: 3 additions & 0 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "2.3.1"
}
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md → .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
[email protected].
[email protected].
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

"type: documentation":
- changed-files:
- any-glob-to-any-file: [ 'assets/**/*', '.github/*', './*.md' ]
- any-glob-to-any-file: ['assets/**/*', '.github/*.yml', './*.md']

"type: maintenance":
- changed-files:
- any-glob-to-any-file: [ '.github/workflows/*' ]
- any-glob-to-any-file: ['.github/workflows/*']

...
43 changes: 0 additions & 43 deletions .github/workflows/build-latest.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/build-release.yml

This file was deleted.

Loading

0 comments on commit 65ac771

Please sign in to comment.