You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
- We dont want to hard-code the dependencies, instead want _someone else_ to give us the dependency. Here's where "injecting" a dependency comes to play. - We can do this by using some external ...