Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[semver:minor] SDIT-1702: ✨ Add release notes for previous change and semver for force new release #178

Merged
merged 2 commits into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions release-notes/8.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 8.7.0

New parameter `changelog_git_paths` added to the `deploy_env` job. Normally the changelog when releasing shows all the changes for a project, but this option then allows this to be limited to a subset instead. This is useful when working with multi project gradle builds so that when one of the subprojects is released the changelog is limited to that individual project.

# 8.6.0

New executor `src/executors/java_localstack_postgres_with_db_name.yml` added. This is similar to the existing `src/executors/java_localstack_postgres.yml` executor but allows the `postgres_db` to be passed in as well. Note in the standard executor this defaults to the username but in this executor the default is `postgres` regardless.

# 8.0.0

## Breaking change
Expand Down