Releases: nebulab/circleci-orbs-feature-branch-preview
Releases · nebulab/circleci-orbs-feature-branch-preview
1.6.8
Add metadata for pull-request
, branch
and subdomain
to docker container
See #4
1.6.7
Persist the Preview URL for future jobs
See #3
1.6.6
Merge pull request #1 from nebulab/kennyadsl/release-dev-orb-on-push
Release a new development version at each commit push
1.6.5
Rename workflow main -> production
Because we are going to introduce another workflow for development
releases
1.6.4
Extract the version from $GITHUB_REF
$GITHUB_REF is something like "refs/tags/1.6.2" and we need to take
only the last part of it.
1.6.3
Extract the version from $GITHUB_REF
$GITHUB_REF is something like "refs/tags/1.6.2" and we need to take
only the last part of it.
1.6.2
echo the version that is going to published in the GH Action
1.6.1
Correctly interpolate GITHUB_REF env variable
1.6.0
Test releasing a new version
1.5.0
Update README with publishing instructions