Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions .github/workflows/npm-publish-v2.yml

This file was deleted.

13 changes: 2 additions & 11 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
# This workflow publishes a package to GitHub Packages
# whenever a release is published, and it's tag starts with "1"
# The pipeline is aimed on "v1" branch
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: Node.js Package v1
name: Publish Package

on:
release:
types: [published]
tags:
- '1*'
types: [created]

jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: 'v1'
- uses: actions/setup-node@v4
with:
node-version: 22
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to the "@qavajs/steps-visual-testing" will be documented in

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

:rocket: - new feature
:beetle: - bugfix
:x: - deprecation/removal
:pencil: - chore
:microscope: - experimental

## [unreleased]
- :beetle: fixed publishing workflow

## [2.0.0]
- :rocket: added initial implementation of v2

Expand Down
Loading