New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@saithodev/semantic-release-gitea

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saithodev/semantic-release-gitea - npm Package Compare versions

Comparing version

to
2.1.0

release/saithodev-semantic-release-gitea-2.1.0.tgz

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [2.1.0](https://github.com/saitho/semantic-release-gitea/compare/v2.0.1...v2.1.0) (2021-04-08)
### Features
* process asset path as a template ([e061d07](https://github.com/saitho/semantic-release-gitea/commit/e061d079e6e8d6fbe83a158727a415050cdc288a))
## [2.0.1](https://github.com/saitho/semantic-release-gitea/compare/v2.0.0...v2.0.1) (2021-03-06)

@@ -2,0 +9,0 @@

2

lib/publish.js

@@ -52,3 +52,3 @@ const {basename, resolve} = require('path');

globbedAssets.map(async asset => {
const filePath = isPlainObject(asset) ? asset.path : asset;
const filePath = template(isPlainObject(asset) ? asset.path : asset)(context);
const fullFilePath = resolve(cwd, filePath);

@@ -55,0 +55,0 @@ let file;

{
"name": "@saithodev/semantic-release-gitea",
"version": "2.0.1",
"version": "2.1.0",
"description": "Publish release notes to Gitea",

@@ -40,6 +40,6 @@ "main": "index.js",

"proxyquire": "^2.0.0",
"semantic-release": "^17.2.3",
"semantic-release": "^17.4.2",
"sinon": "^8.0.0",
"tempy": "^0.3.0",
"xo": "^0.25.2"
"xo": "^0.38.2"
},

@@ -46,0 +46,0 @@ "repository": {

Sorry, the diff of this file is not supported yet