Skip to content

Commit da2df8f

Browse files
Merge branch 'main' into feat/devcontainer-init
2 parents 3d3cd5d + 4a7c623 commit da2df8f

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
name: Release
7+
jobs:
8+
release-please:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: google-github-actions/release-please-action@v3
12+
with:
13+
release-type: simple
14+
package-name: aws-terraform-dev-container

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.2.0](https://github.com/awslabs/aws-terraform-dev-container/compare/v1.1.0...v1.2.0) (2023-01-06)
9+
10+
11+
### Features
12+
13+
* create worfklow to release project ([0e83f23](https://github.com/awslabs/aws-terraform-dev-container/commit/0e83f2321dd530cc6fb575fc492ad0e828907367))
14+
15+
16+
### Bug Fixes
17+
18+
* correct package name ([e32b5ce](https://github.com/awslabs/aws-terraform-dev-container/commit/e32b5ce3ee28e7da6421907445935275fe36d0d9))
19+
820
## [Unreleased]
921

1022
## [v1.1.0] - 2022-10-28

0 commit comments

Comments
 (0)