Skip to content

Commit

Permalink
prepare next release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Jul 19, 2023
1 parent 1c935ed commit 087726c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Deleted

## [1.3.1] - 2023-07-19

### Added

- [#207](https://github.com/green-code-initiative/ecoCode/issues/207) Add release tag analyzis on SonarCloud

### Changed
Expand Down Expand Up @@ -145,7 +153,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First official release of ecocode plugins : java plugin, php plugin and python plugin

[unreleased]: https://github.com/green-code-initiative/ecoCode/compare/v1.3.0...HEAD
[unreleased]: https://github.com/green-code-initiative/ecoCode/compare/v1.3.1...HEAD

[1.3.1]: https://github.com/green-code-initiative/ecoCode/compare/v1.3.0...v1.3.1

[1.3.0]: https://github.com/green-code-initiative/ecoCode/compare/v1.2.1...v1.3.0

Expand Down
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ services:
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: 'true'
volumes:
- type: bind
source: ./java-plugin/target/ecocode-java-plugin-1.3.1-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-java-plugin-1.3.1-SNAPSHOT.jar
source: ./java-plugin/target/ecocode-java-plugin-1.3.2-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-java-plugin-1.3.2-SNAPSHOT.jar
- type: bind
source: ./php-plugin/target/ecocode-php-plugin-1.3.1-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-php-plugin-1.3.1-SNAPSHOT.jar
source: ./php-plugin/target/ecocode-php-plugin-1.3.2-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-php-plugin-1.3.2-SNAPSHOT.jar
- type: bind
source: ./python-plugin/target/ecocode-python-plugin-1.3.1-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-python-plugin-1.3.1-SNAPSHOT.jar
source: ./python-plugin/target/ecocode-python-plugin-1.3.2-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-python-plugin-1.3.2-SNAPSHOT.jar
- "extensions:/opt/sonarqube/extensions"
- "logs:/opt/sonarqube/logs"
- "data:/opt/sonarqube/data"
Expand Down

0 comments on commit 087726c

Please sign in to comment.