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:
stage: deploy
dependencies:
- build-release
- test-release
tags:
- docker
@@ -112,7 +113,8 @@ deploy-common:
deploy-aspnet:
stage: deploy
dependencies:
dependencies:
- build-release
- test-release
tags:
- docker
@@ -125,6 +127,7 @@ deploy-aspnet:
deploy-entityframework:
stage: deploy
dependencies:
- build-release
- test-release
tags:
- docker
@@ -137,6 +140,7 @@ deploy-entityframework:
deploy-test:
stage: deploy
dependencies:
- build-release
- test-release
tags:
- 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## upcoming - 0000-00-00
## Upcoming - 0000-00-00
###### Diffs
- [AMWD.Common](https://git.am-wd.de/AM.WD/common/compare/v2.0.0...main)
- [AMWD.Common.AspNetCore](https://git.am-wd.de/AM.WD/common/compare/asp/v2.0.0...main)
- [AMWD.Common.EntityFrameworkCore](https://git.am-wd.de/AM.WD/common/compare/efc/v2.0.0...main)
- [AMWD.Common.Test](https://git.am-wd.de/AM.WD/common/compare/test/v2.1.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.1.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.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