-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c87c152
commit 35caed3
Showing
1 changed file
with
1 addition
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,14 +32,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
- name: Create A File | ||
uses: 1arp/[email protected] | ||
with: | ||
path: '.\' | ||
file: '.releaserc2' | ||
content: | | ||
FOO | ||
BAR | ||
LOOOOOOL | ||
run: echo "{\"repositoryUrl\":\"https://github.com/bancolombia/opensource-innersource-toolkit\",\"branches\":[\"main\"],\"plugins\":[[\"@semantic-release/commit-analyzer\",{\"preset\":\"eslint\",\"releaseRules\":[{\"tag\":\"breaking\",\"release\":\"major\"},{\"tag\":\"feat\",\"release\":\"minor\"},{\"tag\":\"chore\",\"release\":\"minor\"},{\"tag\":\"refactor\",\"release\":\"minor\"},{\"tag\":\"update\",\"release\":\"minor\"},{\"tag\":\"upgrade\",\"release\":\"minor\"},{\"tag\":\"docs\",\"release\":\"patch\"},{\"tag\":\"ci\",\"release\":\"patch\"},{\"tag\":\"fix\",\"release\":\"patch\"},{\"tag\":\"test\",\"release\":\"patch\"},{\"tag\":\"perf\",\"release\":\"patch\"},{\"scope\":\"no-release\",\"release\":false}]}],[\"@semantic-release/release-notes-generator\",{\"preset\":\"conventionalcommits\",\"presetConfig\":{\"types\":[{\"type\":\"breaking\",\"section\":\"Major version release\",\"hidden\":false},{\"type\":\"BREAKING\",\"section\":\"Major version release\",\"hidden\":false},{\"type\":\"BREAKING CHANGE\",\"section\":\"Major version release\",\"hidden\":false},{\"type\":\"BREAKING CHANGES\",\"section\":\"Major version release\",\"hidden\":false},{\"type\":\"feat\",\"section\":\"Features\",\"hidden\":false},{\"type\":\"fix\",\"section\":\"Bug Fixes\",\"hidden\":false},{\"type\":\"update\",\"section\":\"Updates\",\"hidden\":false},{\"type\":\"upgrade\",\"section\":\"Upgrades\",\"hidden\":false},{\"type\":\"docs\",\"section\":\"Documentation\",\"hidden\":false},{\"type\":\"chore\",\"section\":\"Chores\",\"hidden\":false},{\"type\":\"ci\",\"section\":\"CI/CD Changes\",\"hidden\":false},{\"type\":\"test\",\"section\":\"Tests\",\"hidden\":false},{\"type\":\"refactor\",\"section\":\"Refactoring\",\"hidden\":false},{\"type\":\"perf\",\"section\":\"Performance Improvements\",\"hidden\":false}]},\"writerOpts\":{\"commitsSort\":[\"subject\",\"scope\"]}}],\"@semantic-release/github\",[\"@semantic-release/changelog\",{\"changelogFile\":\"docs/CHANGELOG.md\"}]]}" > .releaserc2 | ||
- name: Validate File | ||
run: ls -l | ||
- name: Show File | ||
|