You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could potentially be done from a new GitHub workflow or from a new job in tests that performs the release tasks given a certain condition, e.g. when the tag has been made available. An option is to write a new workflow that is triggered by a known event, e.g. release, tag, ...
This could potentially be done from a new GitHub workflow or from a new job in
tests
that performs the release tasks given a certain condition, e.g. when the tag has been made available. An option is to write a new workflow that is triggered by a known event, e.g.release
,tag
, ...Things that I would like to see:
Manual process:
a3m/__init__.py
HEAD
builds successfully in GitHubgit tag -a "v0.4.0" -m "a3m v0.4.0"
, andgit push origin refs/tags/v0.4.0
make publish
docker build . -t ghcr.io/artefactual-labs/a3m:v0.4.0
, anddocker push ghcr.io/artefactual-labs/a3m:v0.4.0
The text was updated successfully, but these errors were encountered: