Skip to content

Commit

Permalink
test: testing creation file 5
Browse files Browse the repository at this point in the history
  • Loading branch information
braybatista authored Apr 1, 2024
1 parent c87c152 commit 35caed3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35caed3

Please sign in to comment.