Skip to content

Commit 29fc731

Browse files
authored
Merge pull request #9 from k7hpn/release/1.3.0
Release v1.3.0
2 parents bcd4a18 + a66ff90 commit 29fc731

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

build.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4242
EOF
4343
exit
4444
}

0 commit comments

Comments
 (0)