dappnode / DAppNodeSDK

dappnodesdk is a tool to mantain dappnode packages. It helps to initialize and publish an Aragon Package Manager Repository
GNU General Public License v3.0
61 stars 26 forks source link

Write manifest multi upstream #417

Closed dappnodedev closed 7 months ago

dappnodedev commented 7 months ago

After implementing https://github.com/dappnode/DAppNodeSDK/pull/416 we need to merge this in order to modify the manifest properly in the bump action. This PR depends on https://github.com/dappnode/DNP_DAPPMANAGER/pull/1936 to be merged and schemas and types be published after that. Also, those versions need to be bumped here.

The old way of handling multi-upstream repos like "upstreamVersion": ["0.1.0", "0.1.2"] has been deprecated. Any package that has several upstream repos must define their versions and args like:

upstream: {
  version: string;
  repo: string;
  arg: string;
}[]
github-actions[bot] commented 7 months ago

DAppNode bot has built and pinned the release to an IPFS node, for commit: a6a6a4d58f5336e337ab16b2d32fa2c4e8a35cb9

This is a development version and should only be installed for testing purposes, install link

/ipfs/QmebvM34WUuvsiXT3GPQmnQBvKrfMb9zHDMzPnYVQxp4oT

(by dappnodebot/build-action)