Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-01-19)

### Bug Fixes

* asset upload ([84cd6f8](84cd6f8))
* request body ([e95100a](e95100a))
* Set Content-Type for requests ([c81b435](c81b435))
* Use correct authorization header ([799e993](799e993))

### Features

* Display error from Gitea API if available ([d8a2de2](d8a2de2))
* **tests:** Adjust verify test after string changed ([6a53b54](6a53b54))
* **tests:** Fixes add-channel test ([57f3989](57f3989))
* **tests:** Fixes integration test ([f49e128](f49e128))
* **tests:** Fixes publish test ([e17c806](e17c806))
* **tests:** Fixes verify test ([20d9fe7](20d9fe7))
* Adds GitHub plugin codebase and adjust environments for Gitea ([318364a](318364a))
* Adjust addchannel for Gitea API ([8a754b4](8a754b4))
* Adjusts release publishing to Gitea API ([4a4e110](4a4e110))
* Adjusts verification to Gitea api. Drop proxy and rate limit ([fb8f6f8](fb8f6f8))
* Removes labels, assignees and releasedLabels feature due to missing update tasks ([1ba2f80](1ba2f80))
* Removes success and fail feature because of missing issue actions in Gitea ([fb9055c](fb9055c))
* Removes unused fixtures and dependencies ([ccf0ae9](ccf0ae9))
  • Loading branch information
semantic-release-bot committed Jan 19, 2020
1 parent 6d114a5 commit 876037e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saithodev/semantic-release-gitea",
"version": "1.0.0-dev",
"version": "1.0.0",
"description": "Publish release notes to Gitea",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 876037e

Please sign in to comment.