1.1.4 • Published 6 years ago

@semcelik/github-action-playground v1.1.4

Weekly downloads
14
License
ISC
Repository
github
Last release
6 years ago

github-action-playground

this project contains some github action workflows as a playground for myself

workflow samples

bump-and-release

(on push master)

  • Bumps version if merged pull request's commit message contains PATCH, MINOR, MAJOR prefix
  • Creates a tag due if version is bumped
  • Creates a release if new tag is generated

Notes: It uses Github's Personal Access Token due to trigger publish-to-npm workflow. Here is why

publish-to-npm

(on create new release)

  • Install dependencies (uses @actions/cache to restore it from previous run)
  • Create build and publishes to NPM

Notes: It uses NPM_AUTH_TOKEN due to publish without login

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

0.1.0

6 years ago

0.1.1

6 years ago

0.0.5

6 years ago

0.0.6

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago