Skip to content

Commit e0cb8a0

Browse files
authored
Merge pull request #2 from ipdxco/release-v1.0.0
release v1.0.0
2 parents bd065a1 + 39879af commit e0cb8a0

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/workflows/release.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Release
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
draft:
7+
description: 'Whether the release should be a draft or not'
8+
required: true
9+
default: 'true'
10+
push:
11+
paths: [CHANGELOG.md]
12+
branches: [main]
13+
pull_request:
14+
paths: [CHANGELOG.md]
15+
branches: [main]
16+
17+
permissions:
18+
contents: write
19+
pull-requests: write
20+
21+
jobs:
22+
publish:
23+
uses: ipdxco/changelog-driven-release/.github/workflows/pr.yml@v1

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
## [1.0.0] - 2023-11-15
810
### Added
911
- v1 of the Reusable Workflow Context

0 commit comments

Comments
 (0)