Skip to content

Commit

Permalink
⚰️ Removes scripts for release management.
Browse files Browse the repository at this point in the history
The release process is now much simpler: you just need to do a build on a tag checkout

The `pom.xml` files do not need to be modified anymore. So there is no need to create commits just for the version change in the `pom.xml`
  • Loading branch information
jycr committed Sep 2, 2024
1 parent 5858180 commit 63fb3b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- [#208](https://github.com/green-code-initiative/ecoCode/issues/208) Improve build process and release management
- [#208](https://github.com/green-code-initiative/ecoCode/issues/208) Improve build process and release management : the release process is now much simpler: just need to do a build on a tag checkout. And now, project use [Maven Wrapper](https://maven.apache.org/wrapper/).

### Deleted

Expand Down
13 changes: 0 additions & 13 deletions tool_release_1_prepare.sh

This file was deleted.

13 changes: 0 additions & 13 deletions tool_release_2_branch.sh

This file was deleted.

0 comments on commit 63fb3b4

Please sign in to comment.