{"id":23940225,"url":"https://github.com/ecobee/create-release","last_synced_at":"2026-05-18T04:07:04.721Z","repository":{"id":37952944,"uuid":"300316770","full_name":"ecobee/create-release","owner":"ecobee","description":"A github action to find every commit since the last release. It then generates a new create release with the information nicely displayed in a changelog. ","archived":false,"fork":false,"pushed_at":"2023-03-14T13:21:41.000Z","size":1388,"stargazers_count":1,"open_issues_count":14,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-27T15:05:57.171Z","etag":null,"topics":["github-actions"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ecobee.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":"2020-10-01T14:52:36.000Z","updated_at":"2022-06-13T19:53:24.000Z","dependencies_parsed_at":"2023-02-08T02:18:47.425Z","dependency_job_id":null,"html_url":"https://github.com/ecobee/create-release","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.0714285714285714,"last_synced_commit":"27d98f0cf0d4b094f226ff51ce5328698502b1d0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ecobee/create-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecobee%2Fcreate-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecobee%2Fcreate-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecobee%2Fcreate-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecobee%2Fcreate-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecobee","download_url":"https://codeload.github.com/ecobee/create-release/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecobee%2Fcreate-release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017985,"owners_count":26086213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"],"created_at":"2025-01-06T03:12:59.640Z","updated_at":"2025-10-14T04:15:11.102Z","avatar_url":"https://github.com/ecobee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/ecobee/create-release/actions\"\u003e\u003cimg alt=\"typescript-action status\" src=\"https://github.com/ecobee/create-release/workflows/build-test/badge.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Create Release\n\nUse this action create a changelog of all the changes since hte last release, then generate a new release and tag\n\n# Usage\nInclude the following step in an existing workflow:\n\n```yaml\nname: Deploy To Prod\non: workflow_dispatch\n\njobs:\n  deploy:\n    name: Production deployment\n    runs-on: ubuntu-latest\n    steps:\n      - name: Bump version and push tag\n        id: create_tag\n        uses: ecobee/create-release@v0.1\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\n\n## Development\n\nInstall the dependencies\n```bash\n$ npm install\n```\n\nBuild the typescript and package it for distribution\n```bash\n$ npm run build \u0026\u0026 npm run pack\n```\n\nRun the tests :heavy_check_mark:\n```bash\n$ npm test\n\n PASS  __tests__/main.test.ts\n  Run\n    ✓ sets all the outputs on a successful run (51ms)\n    ✓ does not create a release if the github token env variable is not set (5ms)\n    ✓ does not create a release if the repo does not contain any releases (14ms)\n    ✓ does not create a release if the latest release is not found (12ms)\n    ✓ does not create a release if there are no unreleased commits  (17ms)\n...\n```\n\n## Publish to a distribution branch\n\nActions are run from GitHub repos so we will checkin the packed dist folder.\n\nThen run [ncc](https://github.com/zeit/ncc) and push the results:\n```bash\n$ npm run pack\n$ git add dist\n$ git commit -a -m \"prod dependencies\"\n$ git push origin releases/v1\n```\n\nThe action is now published! :rocket:\n\nSee the [versioning documentation](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md)\n\n## Validate\n\nYou can now validate the action by referencing `./` in a workflow in your repo (see [test.yml](.github/workflows/test.yml))\n\n```yaml\nuses: ./\nwith:\n  milliseconds: 1000\n```\n\nSee the [actions tab](https://github.com/ecobee/create-release/actions) for runs of this action! :rocket:\n\n## Usage:\n\nAfter testing you can [create a v1 tag](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md) to reference the stable and latest V1 action\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecobee%2Fcreate-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecobee%2Fcreate-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecobee%2Fcreate-release/lists"}