Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade scripts and release pipeline #52

Merged
merged 3 commits into from
Jul 7, 2022

Conversation

mirceanis
Copy link
Contributor

Added some release scripts using semantic-release and conventional-commits.

Added a deployments array:

const { deployments } = require('ethr-did-registry')
console.log(deployments)
//
// [
//    { chainId: 1, registry: '0xdca7ef03e98e0dc2b855be647c39abe984fcf21b', name: 'mainnet' },
//    { chainId: 3, registry: '0xdca7ef03e98e0dc2b855be647c39abe984fcf21b', name: 'ropsten' },
//    ...

BREAKING CHANGE: Module exports now include multiple files and there is no more default export.
If you only want the contract build output you now have to use:

const { EthereumDIDRegistry } = require('ethr-did-registry')

@mirceanis mirceanis force-pushed the upgrade-scripts-and-release-pipeline branch from 662035c to 03dcb06 Compare July 7, 2022 11:13
@mirceanis mirceanis merged commit b4f94c7 into develop Jul 7, 2022
@mirceanis mirceanis deleted the upgrade-scripts-and-release-pipeline branch July 7, 2022 11:23
@mirceanis mirceanis mentioned this pull request Jul 7, 2022
mirceanis added a commit that referenced this pull request Jul 7, 2022
chore:new release

BREAKING CHANGE: Please see #12 and #52

In #12: The nonce calculation for *Signed() methods now uses the identity owner, not the identity.
In #52 The npm output files now include a deployments array along with the contract build output.
uport-automation-bot pushed a commit that referenced this pull request Jul 7, 2022
# [1.0.0](v0.0.3...1.0.0) (2022-07-07)

### Bug Fixes

* update compiler version and remove deprecated entities ([#45](#45)) ([c906383](c906383))

* Merge pull request #53 from uport-project/develop ([210e1a5](210e1a5)), closes [#53](#53) [#12](#12) [#52](#52)

### Features

* add deployments JSON and use an index for the module ([ae9f393](ae9f393))
* adopt hardhat for development ([#46](#46)) ([0ab4f15](0ab4f15))

### BREAKING CHANGES

* Please see #12 and #52
uport-automation-bot pushed a commit that referenced this pull request Jul 7, 2022
# [1.0.0](v0.0.3...1.0.0) (2022-07-07)

### Bug Fixes

* update compiler version and remove deprecated entities ([#45](#45)) ([c906383](c906383))

* Merge pull request #53 from uport-project/develop ([210e1a5](210e1a5)), closes [#53](#53) [#12](#12) [#52](#52)

### Features

* add deployments JSON and use an index for the module ([ae9f393](ae9f393))
* adopt hardhat for development ([#46](#46)) ([0ab4f15](0ab4f15))

### BREAKING CHANGES

* Please see #12 and #52
@uport-automation-bot
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants