Skip to content

Commit

Permalink
Merge pull request #24 from multiversx/next
Browse files Browse the repository at this point in the history
v.4.0.0 Standardize provider (#23)
  • Loading branch information
arhtudormorar authored Sep 24, 2024
2 parents 36518d0 + 8a57cbb commit c16fade
Show file tree
Hide file tree
Showing 5 changed files with 221 additions and 2,334 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "CHANGELOG entry secretary"
on:
pull_request:
branches: [main, development]
# The specific activity types are listed here to include "labeled" and "unlabeled"
# (which are not included by default for the "pull_request" trigger).
# This is needed to allow skipping enforcement of the changelog in PRs with specific labels,
# as defined in the (optional) "skipLabels" property.
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

jobs:
# Enforces the update of a changelog file on every pull request
changelog:
runs-on: ubuntu-latest
steps:
- uses: dangoslen/changelog-enforcer@v3
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [[v4.0.0]](https://github.com/multiversx/mx-sdk-js-extension-provider/pull/24)] - 2024-09-23
- [Update provider, upgrade sdk-core](https://github.com/multiversx/mx-sdk-js-extension-provider/pull/24)

Loading

0 comments on commit c16fade

Please sign in to comment.