-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(all): Fix docker image publish and add mattermost notification on …
…release (#63) * ci(all): Fix docker image publish * chore(api): Bump API version to 3.4.1a0 * ci(all): Add mattermost notification on release * chore(compute): Bump compute version to 5.6.0a0 * ci(all): Add mattermost notification on release * ci(all): Test format mattermost notification * ci(all): Test format mattermost notification * chore(compute): Bump compute version to 5.8.0a0 * ci(all): Test format mattermost notification * ci(all): Test format mattermost notification * ci(all): Test format mattermost notification * ci(all): Test format mattermost notification * ci(all): Test format mattermost notification * ci(all): Test format mattermost notification * ci(all): Test format mattermost notification * ci(all): Test format mattermost notification debug * ci(all): Test format mattermost notification debug * ci(all): Test format mattermost notification debug * ci(all): Test format mattermost notification debug * ci(all): Test format mattermost notification debug * ci(all): Test format mattermost notification debug * ci(all): Test format mattermost notification debug --------- Co-authored-by: vvatelot <[email protected]>
- Loading branch information
Showing
8 changed files
with
71 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.4.0 | ||
3.4.1a0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.5.0 | ||
5.8.0a0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "ecoindex_api" | ||
version = "3.4.0" | ||
version = "3.4.1a0" | ||
description = "REST API to expose Ecoindex" | ||
authors = ['Vincent Vatelot <[email protected]>'] | ||
license = "Creative Commons BY-NC-ND" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "ecoindex_compute" | ||
version = "5.5.0" | ||
version = "5.8.0a0" | ||
readme = "README.md" | ||
description = "Ecoindex module provides a simple way to measure the Ecoindex score based on the 3 parameters: The DOM elements of the page, the size of the page and the number of external requests of the page" | ||
authors = ['Vincent Vatelot <[email protected]>'] | ||
|
e9b5deb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Branch coverage •