{"id":5803875,"name":"VdustR/semver-action","ecosystem":"actions","description":"Simple semantic versioning supporting experimental releases","homepage":"https://github.com/marketplace/actions/simple-semantic-version","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/VdustR/semver-action","keywords_array":["action","ci","github","publish","release","semantic","semver","version","workflow"],"namespace":"VdustR","versions_count":9,"first_release_published_at":"2022-09-24T02:57:59.000Z","latest_release_published_at":"2022-09-24T07:53:00.000Z","latest_release_number":"v0.1.0","last_synced_at":"2026-08-09T15:00:18.938Z","created_at":"2023-01-04T14:44:46.469Z","updated_at":"2026-08-09T15:00:18.938Z","registry_url":"https://github.com/VdustR/semver-action","install_command":null,"documentation_url":null,"metadata":{"name":"Simple Semantic Version","description":"Simple semantic versioning supporting experimental releases","inputs":{"defaultTag":{"description":"Package tag name for git version tags","required":false,"default":"latest"}},"outputs":{"version":{"description":"Version","value":"${{ steps.generate-version.outputs.version }}"},"tag":{"description":"Package tag name","value":"${{ steps.generate-version.outputs.tag }}"}},"runs":{"using":"composite","steps":[{"id":"generate-version","uses":"actions/github-script@v6","with":{"script":"const sha = context.sha.substring(0, 7)\nconst branchName = context.ref.startsWith('refs/heads/') ? context.ref.substring('refs/heads/'.length) : ''\nconst version = branchName ? `0.0.0-${branchName}.${sha}` : context.ref.substring('refs/tags/v'.length)\nconst tag = branchName ? branchName : version.match(/^\\d+\\.\\d+\\.\\d+$/) ? '${{ inputs.defaultTag }}' : version.match(/^\\d+\\.\\d+\\.\\d+-([\\d\\w]+)/)[1]\ncore.setOutput('version', version)\ncore.setOutput('tag', tag)\n"}}]},"branding":{"icon":"tag","color":"blue"},"default_branch":"main","path":null},"repo_metadata":{"uuid":"540675232","full_name":"VdustR/semver-action","owner":"VdustR","description":"Simple semver github action supporting experimental versioning.","archived":false,"fork":false,"pushed_at":"2022-09-24T07:55:35.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-05-19T04:02:17.941Z","etag":null,"topics":["action","ci","github","publish","release","semantic","semver","version","workflow"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/simple-semantic-version","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/VdustR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-24T01:45:21.000Z","updated_at":"2023-03-17T13:17:10.000Z","dependencies_parsed_at":"2023-01-11T17:23:31.755Z","dependency_job_id":null,"html_url":"https://github.com/VdustR/semver-action","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"728bc979cd3f230e47da2787489f3b9633fce1e8"},"previous_names":[],"tags_count":9,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VdustR","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":144951062,"owners_count":6187111,"icon_url":"https://github.com/github.png","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"},"owner_record":{"login":"VdustR","name":"ViPro (京京)","uuid":"29639463","kind":"user","description":"A lazy FE Developer 🐈‍⬛","email":"","website":"https://vdustr.dev","location":"Taiwan","twitter":"vp_tw","company":null,"icon_url":"https://avatars.githubusercontent.com/u/29639463?u=5563d1311e826f763e1ec04d5fa2b41060675c99\u0026v=4","repositories_count":25,"last_synced_at":"2023-02-26T18:05:24.480Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/VdustR","created_at":"2022-11-10T04:16:57.435Z","updated_at":"2023-02-26T18:05:24.482Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VdustR","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VdustR/repositories"},"tags":[{"name":"v0.1.0","sha":"728bc979cd3f230e47da2787489f3b9633fce1e8","kind":"commit","published_at":"2022-09-24T07:53:00.000Z","download_url":"https://codeload.github.com/VdustR/semver-action/tar.gz/v0.1.0","html_url":"https://github.com/VdustR/semver-action/releases/tag/v0.1.0","dependencies_parsed_at":"2023-05-31T01:53:27.780Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.1.0/manifests"},{"name":"v0.1","sha":"728bc979cd3f230e47da2787489f3b9633fce1e8","kind":"commit","published_at":"2022-09-24T07:53:00.000Z","download_url":"https://codeload.github.com/VdustR/semver-action/tar.gz/v0.1","html_url":"https://github.com/VdustR/semver-action/releases/tag/v0.1","dependencies_parsed_at":"2023-05-31T01:53:28.025Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.1/manifests"},{"name":"v0.0.6","sha":"414682fd2c65b49f50581e781b030c4cb1462510","kind":"commit","published_at":"2022-09-24T04:42:30.000Z","download_url":"https://codeload.github.com/VdustR/semver-action/tar.gz/v0.0.6","html_url":"https://github.com/VdustR/semver-action/releases/tag/v0.0.6","dependencies_parsed_at":"2023-05-31T01:49:37.993Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.0.6/manifests"},{"name":"v0.0","sha":"d7bdb37517aeb16f100d39cbc2f642c1ca110a36","kind":"commit","published_at":"2022-09-24T03:42:34.000Z","download_url":"https://codeload.github.com/VdustR/semver-action/tar.gz/v0.0","html_url":"https://github.com/VdustR/semver-action/releases/tag/v0.0","dependencies_parsed_at":"2023-05-31T01:49:39.211Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.0/manifests"},{"name":"v0","sha":"d7bdb37517aeb16f100d39cbc2f642c1ca110a36","kind":"commit","published_at":"2022-09-24T03:42:34.000Z","download_url":"https://codeload.github.com/VdustR/semver-action/tar.gz/v0","html_url":"https://github.com/VdustR/semver-action/releases/tag/v0","dependencies_parsed_at":"2023-05-31T01:49:39.503Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0/manifests"},{"name":"v0.0.4","sha":"d7bdb37517aeb16f100d39cbc2f642c1ca110a36","kind":"commit","published_at":"2022-09-24T03:42:34.000Z","download_url":"https://codeload.github.com/VdustR/semver-action/tar.gz/v0.0.4","html_url":"https://github.com/VdustR/semver-action/releases/tag/v0.0.4","dependencies_parsed_at":"2023-05-31T01:49:38.497Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.0.4/manifests"},{"name":"v0.0.5","sha":"d7bdb37517aeb16f100d39cbc2f642c1ca110a36","kind":"commit","published_at":"2022-09-24T03:42:34.000Z","download_url":"https://codeload.github.com/VdustR/semver-action/tar.gz/v0.0.5","html_url":"https://github.com/VdustR/semver-action/releases/tag/v0.0.5","dependencies_parsed_at":"2023-05-31T01:49:38.237Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.0.5/manifests"},{"name":"v0.0.3","sha":"c90650aa9ce12ba4770d14478bb16494f4fbe807","kind":"commit","published_at":"2022-09-24T03:18:45.000Z","download_url":"https://codeload.github.com/VdustR/semver-action/tar.gz/v0.0.3","html_url":"https://github.com/VdustR/semver-action/releases/tag/v0.0.3","dependencies_parsed_at":"2023-05-31T01:49:38.722Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"06ef0c8a0a3b8bc43b6ffed8596085ca22bbd281","kind":"commit","published_at":"2022-09-24T02:57:59.000Z","download_url":"https://codeload.github.com/VdustR/semver-action/tar.gz/v0.0.2","html_url":"https://github.com/VdustR/semver-action/releases/tag/v0.0.2","dependencies_parsed_at":"2023-05-31T01:49:38.943Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VdustR%2Fsemver-action/tags/v0.0.2/manifests"}]},"repo_metadata_updated_at":"2023-07-11T11:18:59.180Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.788464585644114,"dependent_packages_count":0.0,"stargazers_count":27.453652353034386,"forks_count":35.20202820472191,"docker_downloads_count":null,"average":21.861036285850105},"purl":"pkg:githubactions/VdustR/semver-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/VdustR/semver-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/VdustR/semver-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/VdustR/semver-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T09:19:31.334Z","issues_count":0,"pull_requests_count":0,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/VdustR%2Fsemver-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/VdustR%2Fsemver-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/VdustR%2Fsemver-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/VdustR%2Fsemver-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/VdustR%2Fsemver-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/VdustR%2Fsemver-action/codemeta","maintainers":[]}