Skip to content

Commit

Permalink
Merge pull request #199 from AlexNDRmac/release-action-fix
Browse files Browse the repository at this point in the history
Enable Release action
  • Loading branch information
NoiseByNorthwest committed Sep 28, 2022
2 parents 8482877 + b715b77 commit 29d6ec9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ name: CI

on:
push:
branches:
- '**'
tags:
- '*'
paths-ignore:
- '**.md'
- '**.txt'
pull_request:
branches:
- master

jobs:
build:
Expand Down Expand Up @@ -142,5 +148,5 @@ jobs:
tag: ${{ steps.get-version.outputs.version }}
bodyFile: "./release-notes.md"
allowUpdates: true
artifacts: "./build-artifacts/*.zip"
artifacts: "./build-artifacts/*/*.zip"
artifactContentType: application/octet-stream
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/NoiseByNorthwest/php-spx/compare/0.4.0...HEAD)
## [Unreleased](https://github.com/NoiseByNorthwest/php-spx/compare/0.4.13...HEAD)


## [v0.4.13](https://github.com/NoiseByNorthwest/php-spx/compare/0.4.12...0.4.13)

### Added
- Github Actions workflow ([#180](https://github.com/NoiseByNorthwest/php-spx/issues/180))
- Added support for php 8.2.0 RC2 [#198](https://github.com/NoiseByNorthwest/php-spx/issues/198)
- Added PHP 8.2 support [#196](https://github.com/NoiseByNorthwest/php-spx/issues/196)

### Changed
- Documentation: Clarified what Inc. and Exc. mean in the table [#193](https://github.com/NoiseByNorthwest/php-spx/issues/193)

### Removed
- Travis CI
- Travis CI [#195](https://github.com/NoiseByNorthwest/php-spx/issues/195)


## [v0.4.0](https://github.com/NoiseByNorthwest/php-spx/compare/0.3.0...0.4.0)
Expand Down
2 changes: 1 addition & 1 deletion src/php_spx.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
#endif

#define PHP_SPX_EXTNAME "SPX"
#define PHP_SPX_VERSION "0.4.12"
#define PHP_SPX_VERSION "0.4.13"

extern zend_module_entry spx_module_entry;

0 comments on commit 29d6ec9

Please sign in to comment.