Commit d4163bc 1 parent c2dc00c commit d4163bc Copy full SHA for d4163bc
File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
.DS_Store
39
39
40
40
# Currently a build artifact for native modules
41
- CHANGELOG .md
41
+ tempchangelog .md
42
42
43
43
# Ignore literally everything under the tests directory (except the README) -- specifically include the dir and stencil.yaml file
44
44
# for each test case in the ignores block below
Original file line number Diff line number Diff line change 3
3
- name: github.com/udemy/eng-team-management
4
4
url: https://github.com/udemy/eng-team-management
5
5
version:
6
- commit: 4701335561a29ead510007394a13085da1f088e1
7
- tag: v0.3.0
6
+ commit: a764c224dc45ab52a52b4dfd71f448744b04ba88
7
+ tag: v0.3.1
8
8
- name: github.com/udemy/stencil-module-base
9
9
url: ./
10
10
version:
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193
193
with:
194
194
distribution: goreleaser
195
195
version: { { " v${{ steps.goreleaser.outputs.version }}" } }
196
- args: release --release-notes CHANGELOG .md --clean
196
+ args: release --release-notes tempchangelog .md --clean
197
197
env:
198
198
GITHUB_TOKEN: { { " ${{ secrets.GITHUB_TOKEN }}" } }
199
199
## <<Stencil::Block (goreleaserEnvVars) >>
Original file line number Diff line number Diff line change 38
38
.DS_Store
39
39
40
40
# Currently a build artifact for native modules
41
- CHANGELOG .md
41
+ tempchangelog .md
42
42
43
43
# Ignore literally everything under the tests directory (except the README) -- specifically include the dir and stencil.yaml file
44
44
# for each test case in the ignores block below
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ run = "go build -trimpath -o ./bin/ -v ./cmd/..."
19
19
20
20
[tasks.changelog]
21
21
description = "Generate a changelog for the current version"
22
- outputs = ["CHANGELOG .md"]
23
- run = ["git-cliff --latest --output CHANGELOG .md"]
22
+ outputs = ["tempchangelog .md"]
23
+ run = ["git-cliff --latest --output tempchangelog .md"]
24
24
25
25
[tasks.fmt]
26
26
alias = "format"
You can’t perform that action at this time.
0 commit comments