Skip to content

Commit

Permalink
README, LICENSE: Updaate copyright years, add link to network docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Jan 29, 2021
1 parent ae0369c commit 97fc419
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2020 The Graph Foundation
Copyright 2020-2021 The Graph Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,10 @@

**NOTE: THIS PROJECT IS BETA SOFTWARE.**

This repository is managed using [Lerna](https://lerna.js.org/) and [Yarn
workspaces](https://classic.yarnpkg.com/en/docs/workspaces/).
## The Graph Network vs. Testnet

[chan](https://github.com/geut/chan/tree/master/packages/chan) is (or will be)
used to maintain the following changelogs:

- [indexer-service](packages/indexer-service/CHANGELOG.md)
- [indexer-agent](packages/indexer-agent/CHANGELOG.md)
- [indexer-cli](packages/indexer-cli/CHANGELOG.md)
- [indexer-common](packages/indexer-common/CHANGELOG.md)
For configuration details for The Graph Network and the testnet, see the
[Mainnet and Testnet Configuration docs](./docs/networks.md).

## Running from NPM packages

Expand Down Expand Up @@ -275,6 +269,17 @@ get started.
## Releasing
This repository is managed using [Lerna](https://lerna.js.org/) and [Yarn
workspaces](https://classic.yarnpkg.com/en/docs/workspaces/).
[chan](https://github.com/geut/chan/tree/master/packages/chan) is
used to maintain the following changelogs:
- [indexer-service](packages/indexer-service/CHANGELOG.md)
- [indexer-agent](packages/indexer-agent/CHANGELOG.md)
- [indexer-cli](packages/indexer-cli/CHANGELOG.md)
- [indexer-common](packages/indexer-common/CHANGELOG.md)
Creating a new release involves the following steps:
1. Update all changelogs:
Expand Down Expand Up @@ -306,8 +311,9 @@ Creating a new release involves the following steps:
```sh
yarn release <version>
```
# Copyright
Copyright &copy; 2020 The Graph Foundation
Copyright &copy; 2020-2021 The Graph Foundation
Licensed under the [MIT license](LICENSE).

0 comments on commit 97fc419

Please sign in to comment.