Skip to content

Commit

Permalink
ci: setup release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Apr 23, 2024
1 parent 35cf806 commit 90657b9
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
17 changes: 17 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: release-please

on:
push:
branches: [master]

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: node
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## 1.0.0 (2023-11-14)


### Features

* ability to pass recipient address from the url ([c520604](https://github.com/aeternity/aepp-faucet-nodejs/commit/c520604d7b36181c28f307a04d7cc76162071960))
* add cors ([f5ec67c](https://github.com/aeternity/aepp-faucet-nodejs/commit/f5ec67c181a773b04e7cc27a314aa81fe6214ebe))


### Bug Fixes

* code formatting ([7faf169](https://github.com/aeternity/aepp-faucet-nodejs/commit/7faf169c985a973b6d9a4e6b710340a3029b907f))
* repository urls ([fbb5202](https://github.com/aeternity/aepp-faucet-nodejs/commit/fbb52023d5a4b9a424ed45f2a175f686d97eb6ab))
* simultaneous requests ([6b6368d](https://github.com/aeternity/aepp-faucet-nodejs/commit/6b6368de3497e4aeb868097638e7982deca35e7b))
* specify error status in case of unknown exception ([bc1eaae](https://github.com/aeternity/aepp-faucet-nodejs/commit/bc1eaae85d8531df121cdd9f5c8ff3c538c3b55b))


### Performance Improvements

* avoid extra requests by managing nonce locally ([c1cab6b](https://github.com/aeternity/aepp-faucet-nodejs/commit/c1cab6bba0d450c275ef9e914e0133a7b4a5f9f4))

0 comments on commit 90657b9

Please sign in to comment.