File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.3.0] - 2023-06-21
11+
12+ ### Changed
13+
14+ - Branches ` main ` and ` master ` now build the image tagged ` latest `
15+
1016## [ 1.2.0] - 2022-12-13
1117
1218### Added
@@ -36,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3642- ` azure-pipelines-yml ` to show how to call the script from Azure
3743- GitHub workflow ` build.yml ` to show how to call the script as a GitHub Action
3844
39- [ unreleased ] : https://github.com/mcld/buildscript/compare/v1.2.0...HEAD
45+ [ unreleased ] : https://github.com/mcld/buildscript/compare/v1.3.0...HEAD
46+ [ 1.2.0 ] : https://github.com/mcld/buildscript/compare/v1.2.0...v1.3.0
4047[ 1.2.0 ] : https://github.com/mcld/buildscript/compare/v1.1.0...v1.2.0
4148[ 1.1.0 ] : https://github.com/mcld/buildscript/compare/v1.0.1...v1.1.0
4249[ 1.0.1 ] : https://github.com/mcld/buildscript/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Environment variables:
3838- GHCR_PAT - optional - GitHub Container Registry Personal Access Token
3939- GHCR_USER - optional - username to log in to the GitHub Container Registry
4040
41- Version 1.2 .0 released 2022-12-13
41+ Version 1.3 .0 released 2023-06-21
4242EOF
4343 exit
4444}
You can’t perform that action at this time.
0 commit comments