{"id":17636104,"url":"https://github.com/renebentes/semantic-release","last_synced_at":"2026-02-09T13:31:03.927Z","repository":{"id":244418145,"uuid":"815173107","full_name":"renebentes/semantic-release","owner":"renebentes","description":"POC de uso da ferramenta semantic-version","archived":false,"fork":false,"pushed_at":"2024-08-29T18:22:34.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-13T05:39:48.029Z","etag":null,"topics":["github-actions","poc","release-automation","semantic-version"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/renebentes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-14T14:05:00.000Z","updated_at":"2024-08-29T18:22:37.000Z","dependencies_parsed_at":"2024-06-22T04:29:31.441Z","dependency_job_id":"d40ae017-de6f-4687-b556-503561567256","html_url":"https://github.com/renebentes/semantic-release","commit_stats":null,"previous_names":["renebentes/semantic-release"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/renebentes/semantic-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renebentes%2Fsemantic-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renebentes%2Fsemantic-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renebentes%2Fsemantic-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renebentes%2Fsemantic-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renebentes","download_url":"https://codeload.github.com/renebentes/semantic-release/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renebentes%2Fsemantic-release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29266877,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T12:53:16.161Z","status":"ssl_error","status_checked_at":"2026-02-09T12:52:30.244Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","poc","release-automation","semantic-version"],"created_at":"2024-10-23T02:26:51.920Z","updated_at":"2026-02-09T13:31:03.906Z","avatar_url":"https://github.com/renebentes.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# semantic-release\n\n\u003e Repositório para testar workflow com semantic-release\n\n## Tecnologias Utilizadas\n\n- [Semantic Release](https://github.com/semantic-release/semantic-release)\n\n## Como configurar?\n\n**ATENÇÃO:** Não deixe de conferir a [documentação oficial](https://semantic-release.gitbook.io/semantic-release) da ferramenta.\n\nPor padrão, a ferramenta busca por um arquivo de configuração na raiz do projeto com o nome de .releaserc, escritas em YAML ou JSON, podendo ou não ter extensão. [Mais detalhes](https://semantic-release.gitbook.io/semantic-release/usage/configuration)\n\nNesta prova de conceito (POC), utilizamos o seguinte:\n\n\u003c!-- prettier-ignore-start --\u003e\n```json\n// .releaserc.json\n\"branches\": [\"main\"],\n\"plugins\": [\n  \"@semantic-release/commit-analyzer\",\n  [\n    \"@semantic-release/release-notes-generator\",\n    {\n      \"presetConfig\": {\n        \"types\": [\n          { \"type\": \"feat\", \"section\": \"Features\" },\n          { \"type\": \"fix\", \"section\": \"Bug Fixes\" },\n          { \"type\": \"chore\", \"section\": \"Miscellaneous\" },\n          { \"type\": \"docs\", \"section\": \"Documentation\" },\n          { \"type\": \"refactor\", \"section\": \"Refactoring\" },\n          { \"type\": \"perf\", \"section\": \"Performance\" },\n          { \"type\": \"test\", \"section\": \"Testing\" }\n        ]\n      }\n    }\n  ],\n  \"@semantic-release/changelog\",\n  [\n    \"@semantic-release/github\",\n    {\n      \"assignees\": \"renebentes\"\n    }\n  ],\n  [\n    \"@semantic-release/exec\",\n    {\n      \"prepareCmd\": \"echo ${nextRelease.version} \u003e version.txt\"\n    }\n  ],\n  [\n    \"@semantic-release/git\",\n    {\n      \"assets\": [\"CHANGELOG.md\", \"version.txt\"]\n    }\n  ]\n],\n\"preset\": \"conventionalcommits\"\n```\n\u003c!-- prettier-ignore-end --\u003e\n\n## Autor\n\n[Rene Bentes Pinto](http://github.com/renebentes)\n\n## Contribuindo\n\nContribuições são bem-vindas!\n\nSe você achar algum problema ou tiver sugestões para melhorias, por favor, abra uma [_Issue_][issues] ou envie uma [_Pull Request (PR)_][pulls] para nosso [repositório][repo].\n\nVocê também pode verificar as _Issues_ e _Pull Requests_ existentes com os quais poderia ajudar.\n\nAo contribuir com este projeto, por favor, siga o estilo de codificação existente, use [conventional commits][commits] em suas mensagens de commit e submeta suas alterações em uma branch separada.\n\n## Notas de Lançamento\n\nVocê pode [ver as notas de lançamento aqui.](CHANGELOG.md)\n\n## Licença\n\nCopyright (c) 2024 Rene Bentes Pinto\n\nEste projeto está sob a licença **MIT**. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.\n\n[repo]: http://github.com/renebentes/repository\n[issues]: ../../issues\n[pulls]: ../../pulls\n[commits]: https://www.conventionalcommits.org/en/v1.0.0/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenebentes%2Fsemantic-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenebentes%2Fsemantic-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenebentes%2Fsemantic-release/lists"}