Skip to content

Commit

Permalink
[SKIP CI] add some information to changelogs, remove contract-process…
Browse files Browse the repository at this point in the history
…ors from workflow (#546)

Co-authored-by: Lachlan McCrae <[email protected]>
  • Loading branch information
lamcc21 and Lachlan McCrae authored Oct 19, 2021
1 parent d608987 commit e276d3e
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
package-path: packages/common
repo-token: ${{ secrets.REPO_TOKEN }}

- uses: ./.github/actions/create-release
with:
package-path: packages/contract-processors
repo-token: ${{ secrets.REPO_TOKEN }}

- uses: ./.github/actions/create-release
with:
package-path: packages/node
Expand Down
9 changes: 5 additions & 4 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

- All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

Expand Down Expand Up @@ -82,7 +83,7 @@
- subql init doesn' need --starter by default (#86)
- model template use bigint instead of BigInt (#82)

## 0.2.0 - 2020-12-22
## [0.2.0] - 2020-12-22
### Changed
- support subcommand codegen
- support subcommand init
Expand Down
6 changes: 4 additions & 2 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.11.0] - 2021-10-12
Expand Down Expand Up @@ -60,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- bump dependencies (#148)

## 0.6.0 - 2021-01-27
## [0.6.0] - 2021-01-27
### Fixed
- pin class-transfermer to 0.3.1 (#116)

Expand All @@ -77,7 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- support callHandler and eventHandler (#47)

## 0.2.0 - 2020-12-22
## [0.2.0] - 2020-12-22
### Added
- init commit

Expand Down
9 changes: 5 additions & 4 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

- All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]
### Added
Expand Down Expand Up @@ -298,7 +299,7 @@ Upgrade priority: High.
### Added
- support callHandler and eventHandler (#47)

## 0.2.0 - 2020-12-22
## [0.2.0] - 2020-12-22
### Added
- support block handler
- put subquery tables in their own db schema
Expand Down
4 changes: 3 additions & 1 deletion packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.7.3] - 2021-09-25
Expand Down Expand Up @@ -56,7 +58,7 @@ Upgrade priority: High. This fix the entities name conflict issue, for users who
- refactor logger: support --output-fmt and --log-level (#220)
- use read db host (DB_HOST_READ from env) as priority (#221)

## 0.2.0 - 2021-02-05
## [0.2.0] - 2021-02-05
### Added
- init query service project
- customise first/last plugin to give max record to query (#114)
Expand Down
10 changes: 6 additions & 4 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

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

- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

Expand Down Expand Up @@ -58,7 +60,7 @@
### Added
- support callHandler and eventHandler (#47)

## 0.2.0 - 2020-12-22
## [0.2.0] - 2020-12-22
### Added
- support block handler

Expand Down
8 changes: 5 additions & 3 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

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

- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

Expand Down

0 comments on commit e276d3e

Please sign in to comment.