git-commit-template
Advanced tools
@@ -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 |
+10
-2
| # 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 @@ |
+1
-1
| { | ||
| "name": "git-commit-template", | ||
| "version": "1.0.4", | ||
| "version": "1.0.5", | ||
| "description": "Set commit template for git packages", | ||
@@ -5,0 +5,0 @@ "bin": { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
29940
1.44%