Skip to content

Commit

Permalink
Merge branch 'release/9.x' of github.com:ec-europa/toolkit into relea…
Browse files Browse the repository at this point in the history
…se/10.x
  • Loading branch information
joaocsilva committed Mar 3, 2023
2 parents df4fc67 + aff7c8f commit 597d8f4
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ clone:
git:
image: registry.fpfis.eu/drone-plugins/git:next

branches: [ feature/*, release/* ]

workspace:
base: /test
path: toolkit
Expand Down
26 changes: 13 additions & 13 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -167,16 +167,16 @@ Procfile text
*.patch -text

# Exclude files from exporting
.drone.yml export-ignore
.editorconfig export-ignore
.eslintrc.json export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore
.github/ export-ignore
tests/ export-ignore
docker-compose.yml export-ignore
phpcs.xml export-ignore
phpdoc.dist.xml export-ignore
phpmd.xml export-ignore
phpunit.xml.dist export-ignore
/.drone.yml export-ignore
/.editorconfig export-ignore
/.eslintrc.json export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.gitkeep export-ignore
/.github/ export-ignore
/tests/ export-ignore
/docker-compose.yml export-ignore
/phpcs.xml export-ignore
/phpdoc.dist.xml export-ignore
/phpmd.xml export-ignore
/phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Toolkit change log

## Version 9.7.1 | 10.0.0-beta3
- DQA-0: Prevent gitattributes from ignoring nested files.
- DQA-0: Apply branch condition in drone.

## Version 9.6.1 | 10.0.0-beta2
- DQA-5962: Refactor configurations load.

Expand Down
2 changes: 1 addition & 1 deletion phpdoc.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<paths>
<output>docs</output>
</paths>
<version number="10.0.0-beta2">
<version number="10.0.0-beta3">
<folder>latest</folder>
<api>
<source dsn=".">
Expand Down
2 changes: 1 addition & 1 deletion src/Toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class Toolkit
/**
* Constant holding the current version.
*/
public const VERSION = '10.0.0-beta2';
public const VERSION = '10.0.0-beta3';

/**
* Returns the Toolkit root.
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/commands/tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
[WARNING] Failed to get Toolkit version from composer.lock.
Minimum version: ^10.0
Current version: 10.0.0-beta2
Current version: 10.0.0-beta3
Version check: OK
- command: toolkit:check-version
Expand All @@ -75,7 +75,7 @@
> Checking Toolkit version:
Minimum version: ^10.0
Current version: 10.0.0-beta2
Current version: 10.0.0-beta3
Version check: OK
- command: toolkit:vendor-list
Expand Down

0 comments on commit 597d8f4

Please sign in to comment.