Skip to content

Commit

Permalink
Update packages and clean up repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Jan 6, 2022
1 parent c40c068 commit 9046298
Show file tree
Hide file tree
Showing 13 changed files with 2,464 additions and 228 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## <small>0.0.1 (2021-03-08)</small>

* Add a couple of nuget packages for testing ([0dd1d01](https://github.com/sondreb/action-release-download/commit/0dd1d01))
* Add complete download of artifact logic ([04d5144](https://github.com/sondreb/action-release-download/commit/04d5144))
* Add some extra logging to debug issues of download ([dc1106d](https://github.com/sondreb/action-release-download/commit/dc1106d))
* Add user agent to requests ([ff0e2a4](https://github.com/sondreb/action-release-download/commit/ff0e2a4))
* Add verbose logging ([4e4ec6d](https://github.com/sondreb/action-release-download/commit/4e4ec6d))
* Attempt to run using master and not main ([365ac77](https://github.com/sondreb/action-release-download/commit/365ac77))
* Begin development of artifact download action ([e8dc966](https://github.com/sondreb/action-release-download/commit/e8dc966))
* Cleanup of code ([ba72355](https://github.com/sondreb/action-release-download/commit/ba72355))
* Create folder if not exists ([cfe464b](https://github.com/sondreb/action-release-download/commit/cfe464b))
* Does the @main tag not work like @master? ([5fb8e0a](https://github.com/sondreb/action-release-download/commit/5fb8e0a))
* Getting there ([9156418](https://github.com/sondreb/action-release-download/commit/9156418))
* Initial commit ([ae60b05](https://github.com/sondreb/action-release-download/commit/ae60b05))
* It's getting late, syntax error. ([bf1f843](https://github.com/sondreb/action-release-download/commit/bf1f843))
* Make the build create a release ([d1a3063](https://github.com/sondreb/action-release-download/commit/d1a3063))
* Make the release use 'main' branch ([4ab0a6f](https://github.com/sondreb/action-release-download/commit/4ab0a6f))
* This is getting stupid? ([49d0b40](https://github.com/sondreb/action-release-download/commit/49d0b40))
* Update action.js ([88630ff](https://github.com/sondreb/action-release-download/commit/88630ff))
* Update action.js ([a165634](https://github.com/sondreb/action-release-download/commit/a165634))
* Update action.js ([e4d3c6c](https://github.com/sondreb/action-release-download/commit/e4d3c6c))
* Update action.js ([14409d1](https://github.com/sondreb/action-release-download/commit/14409d1))
* Update action.js ([cc77ac0](https://github.com/sondreb/action-release-download/commit/cc77ac0))
* Update action.js ([97efc43](https://github.com/sondreb/action-release-download/commit/97efc43))
* Update action.js ([ebc04bc](https://github.com/sondreb/action-release-download/commit/ebc04bc))
* Update branch to main ([b72d6cd](https://github.com/sondreb/action-release-download/commit/b72d6cd))
* Update release.yml ([399ed58](https://github.com/sondreb/action-release-download/commit/399ed58))
* Update to use the main branch on download action ([9aa6926](https://github.com/sondreb/action-release-download/commit/9aa6926))



2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2021 Sondre Bjellås
Copyright (c) 2019-2022 Sondre Bjellås

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ This is built as a quick and dirty proof-of-concept and is likely ridled with bu

- Adds support for folders.

0.0.2

- Update packages and clean up test data and repo.

## License

[MIT](LICENSE)
2,500 changes: 2,424 additions & 76 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-release-download",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "GitHub Action: GitHub Release Download Action",
"main": "action.js",
Expand All @@ -22,11 +22,11 @@
"author": "Sondre Bjellås",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"changelog-parser": "^2.8.0"
},
"devDependencies": {
"conventional-changelog-cli": "^2.1.1"
"conventional-changelog-cli": "^2.2.2"
}
}
69 changes: 0 additions & 69 deletions test-download.js

This file was deleted.

76 changes: 0 additions & 76 deletions test.js

This file was deleted.

Binary file removed test/Blockcore.Features.BlockExplorer.1.0.6.nupkg
Binary file not shown.
Binary file removed test/Blockcore.Features.BlockExplorer.1.0.6.snupkg
Binary file not shown.
Binary file removed test/Blockcore.dll
Binary file not shown.
Binary file removed test/Swashbuckle.AspNetCore.SwaggerUI.dll
Binary file not shown.
1 change: 0 additions & 1 deletion test/test.txt

This file was deleted.

1 change: 0 additions & 1 deletion test/test.yml

This file was deleted.

0 comments on commit 9046298

Please # to comment.