Skip to content

Commit

Permalink
add versioning system
Browse files Browse the repository at this point in the history
  • Loading branch information
smadbe committed Nov 28, 2023
1 parent d09501c commit 00cf43e
Show file tree
Hide file tree
Showing 7 changed files with 5,160 additions and 388 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Editor configuration, see https://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false
7 changes: 7 additions & 0 deletions .release-it.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
git:
requireCommits: true
commitArgs:
- "--no-verify" # disable hooks
github:
release: true
npm: false
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### Changelog

All notable changes to this project will be documented in this file.

## v1.0.0 - 2023-11-28

- Initial commit
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,9 @@ serverless invoke local --stage <stage> --function search -d '{"queryStringParam
Use lambda layers as explained: https://github.com/sparticuz/chromium#aws-lambda-layer

Use layers published with their releases: https://github.com/Sparticuz/chromium/releases

## Release

```sh
npm run release
```
Loading

0 comments on commit 00cf43e

Please sign in to comment.