1
0

Bumping to release

This commit is contained in:
2023-11-23 19:04:12 +01:00
parent 3610f720ed
commit 94c02c2a89
2 changed files with 20 additions and 6 deletions

View File

@@ -101,6 +101,7 @@ test-release:
deploy-common: deploy-common:
stage: deploy stage: deploy
dependencies: dependencies:
- build-release
- test-release - test-release
tags: tags:
- docker - docker
@@ -112,7 +113,8 @@ deploy-common:
deploy-aspnet: deploy-aspnet:
stage: deploy stage: deploy
dependencies: dependencies:
- build-release
- test-release - test-release
tags: tags:
- docker - docker
@@ -125,6 +127,7 @@ deploy-aspnet:
deploy-entityframework: deploy-entityframework:
stage: deploy stage: deploy
dependencies: dependencies:
- build-release
- test-release - test-release
tags: tags:
- docker - docker
@@ -137,6 +140,7 @@ deploy-entityframework:
deploy-test: deploy-test:
stage: deploy stage: deploy
dependencies: dependencies:
- build-release
- test-release - test-release
tags: tags:
- docker - docker

View File

@@ -5,14 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## upcoming - 0000-00-00 ## Upcoming - 0000-00-00
###### Diffs ###### Diffs
- [AMWD.Common](https://git.am-wd.de/AM.WD/common/compare/v2.0.0...main) - [AMWD.Common](https://git.am-wd.de/AM.WD/common/compare/v2.0.1...main)
- [AMWD.Common.AspNetCore](https://git.am-wd.de/AM.WD/common/compare/asp/v2.0.0...main) - [AMWD.Common.AspNetCore](https://git.am-wd.de/AM.WD/common/compare/asp/v2.1.0...main)
- [AMWD.Common.EntityFrameworkCore](https://git.am-wd.de/AM.WD/common/compare/efc/v2.0.0...main) - [AMWD.Common.EntityFrameworkCore](https://git.am-wd.de/AM.WD/common/compare/efc/v2.0.1...main)
- [AMWD.Common.Test](https://git.am-wd.de/AM.WD/common/compare/test/v2.1.0...main) - [AMWD.Common.Test](https://git.am-wd.de/AM.WD/common/compare/test/v2.1.1...main)
## v2.0.1, asp/v2.1.0, efc/v2.0.1, test/v2.1.1 - 2023-11-23
###### Diffs
- [AMWD.Common](https://git.am-wd.de/AM.WD/common/compare/v2.0.0...v2.0.1)
- [AMWD.Common.AspNetCore](https://git.am-wd.de/AM.WD/common/compare/asp/v2.0.0...asp/v2.1.0)
- [AMWD.Common.EntityFrameworkCore](https://git.am-wd.de/AM.WD/common/compare/efc/v2.0.0...efc/v2.0.1)
- [AMWD.Common.Test](https://git.am-wd.de/AM.WD/common/compare/test/v2.1.0...test/v2.1.1)
### Added ### Added