Skip to content

Commit d244eda

Browse files
committed
Try new release workflow
1 parent 57a00f4 commit d244eda

File tree

10 files changed

+454
-293
lines changed

10 files changed

+454
-293
lines changed

.github/workflows/build.yml

Lines changed: 38 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/pull-request-lint.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 27 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/upgrade-main.yml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/deps.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,13 @@ For example:
88
- Publishing
99
- Backports
1010
- GitHub Workflows
11+
12+
# Note on vendoring
13+
14+
When vendoring a projen tarball into this repository, be sure to remove the `@`
15+
character from the file name, or you will get the following very confusing
16+
error:
17+
18+
```
19+
error Error: ENOTDIR: not a directory, scandir /some/cache/path/projen-0.0.0-<guid>
20+
```

0 commit comments

Comments
 (0)