Skip to content

Commit

Permalink
Env for config (#9)
Browse files Browse the repository at this point in the history
Fixed workflow & changelog
  • Loading branch information
antoinedc authored May 29, 2021
1 parent cb1ad4e commit a1169a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
- name: Build plugin
run: yarn build

- name: Get Changelog Entry
- name: Get changelog entry
id: get_changelog
uses: mindsers/changelog-reader-action@v2
with:
validation_depth: 10
version: ${{ steps.get_tag.outputs.current_version }}
validation_depth: 'version'
version: v${{ steps.read_package_json.outputs.current-version }}
path: ./CHANGELOG.md

- name: Create Release
- name: Create release
uses: ncipollo/release-action@v1
with:
body: ${{ steps.get_changelog.outputs.changes }}
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.3] - 2021-05-29
## [v0.3.5] - 2021-05-29
### Fixed
- Changelog parsing when releasing new version

## [v0.3.4] - 2021-05-29
### Fixed
- Default Firebase variables

## [v0.3.3] - 2021-05-29
### Added
- Build system: when a new version is merged on master, a Github Action is going to build the plugin, create a release, and publish to NPM

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardhat-ethernal",
"version": "0.3.4",
"version": "0.3.5",
"description": "Ethernal Hardhat plugin",
"repository": "github:tryethernal/ethernal-hardhat",
"author": "Antoine de Chevigné",
Expand Down

0 comments on commit a1169a8

Please sign in to comment.