Skip to content

Commit

Permalink
chore: 🔖 remove pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
AllyMurray committed Dec 10, 2023
1 parent d0e6364 commit 4180df6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const project = createTypeScriptNpmPackage({
entry: ['!src/scripts/**/*'],
onSuccess: createTsNodeCmd('src/scripts/make-scripts-executable.ts'),
},
prerelease: 'beta',
});

project.synth();

0 comments on commit 4180df6

Please sign in to comment.