Skip to content

Commit

Permalink
feat: auto changelog action added
Browse files Browse the repository at this point in the history
  • Loading branch information
themaheshyadav committed May 2, 2023
1 parent 6bbd692 commit fe3f14c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: changelog
permissions: write-all

on:
push:
tags:
- "*"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-workflow-changelog:
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
with:
branch: 'master'
17 changes: 6 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
# Changelog

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).

## [1.0.0] - 2023-01-10
### Added

- Added Terraform Azure ACR Module.

## [1.0.1] - 2023-04-04
### Changed
## [1.0.0] - 2023-01-11
### :bug: Bug Fixes
- [`6c31608`](https://github.com/clouddrove/terraform-azure-acr/commit/6c316089e117085646f5c701353f05066517460b) - Variable added for private regisration

- Default variable passed in variable.tf
### :sparkles: New Features
- [`eadac43`](https://github.com/clouddrove/terraform-azure-acr/commit/eadac43664f7175c833e68fcd4e9e62a7299d19d) - Added Terraform Azure Acr Module

### Changed

### Fixed
[1.0.0]: https://github.com/clouddrove/terraform-azure-acr/compare/1.0.0...master

0 comments on commit fe3f14c

Please sign in to comment.