New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

git-commit-template

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-commit-template - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+7
-6
.github/workflows/changelog.yml

@@ -8,3 +8,3 @@ name: changelog

release:
types: [created]
types: [published]

@@ -23,2 +23,4 @@ issues:

uses: charmixer/auto-changelog-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

@@ -38,7 +40,6 @@ - name: Commit files

if: env.push == 1
#env:
# Do we need this again or it picks from top
#CI_USER: "CHANGELOG Bot"
#CI_EMAIL: "noreply@github.com"
env:
CI_USER: "CHANGELOG Bot"
CI_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git push origin HEAD:master
git push "https://$CI_USER:$CI_TOKEN@github.com/$GITHUB_REPOSITORY.git" HEAD:master
# Changelog
## [Unreleased](https://github.com/amzn/git-commit-template/tree/HEAD)
## [v1.0.4](https://github.com/amzn/git-commit-template/tree/v1.0.4) (2020-06-11)
[Full Changelog](https://github.com/amzn/git-commit-template/compare/v1.0.2...HEAD)
[Full Changelog](https://github.com/amzn/git-commit-template/compare/v1.0.3...v1.0.4)
**Merged pull requests:**
- \[BUG\] Fixes push on tag publish [\#13](https://github.com/amzn/git-commit-template/pull/13) ([anshulguleria](https://github.com/anshulguleria))
## [v1.0.3](https://github.com/amzn/git-commit-template/tree/v1.0.3) (2020-06-11)
[Full Changelog](https://github.com/amzn/git-commit-template/compare/v1.0.2...v1.0.3)
**Closed issues:**

@@ -8,0 +16,0 @@

{
"name": "git-commit-template",
"version": "1.0.4",
"version": "1.0.5",
"description": "Set commit template for git packages",

@@ -5,0 +5,0 @@ "bin": {